0.0.1 • Published 5 years ago
three-nebula-website v0.0.1
Three Nebula Website
This is source code for the three-nebula website. It's been built with next.js, so please check their docs before opening issues.
Parallel Development
In order to develop the three-nebula source code and the website in parallel with all the live update goodness, you just need to do three things.
- Open two terminal windows/tabs
- In the first tab, run the following commands
cd /path/to/three-nebula
npm run dev- Now from the second tab run these commands
cd /path/to/three-nebula/website
npm run link-src && npm run devThis will make sure that changes to three-nebula/src will appear in three-nebula/website in dev mode.
Just visit http://localhost:3000 and start hacking!
Favicons
You can generate the site's favicons via the following script
npm run favicon:generateThis will generate the favicons. To generate the output of the Facebook section of the components/Layout/Favicon component, visit realfavicongenerator.net.
0.0.1
5 years ago