briananders.net
My personal site
Build the static site
To build and launch the dev site at localhost:3000
npm start
(Stop the server with Ctrl+C
.)
To build the site for production and compress HTML files:
npm run build
The site is built into the /package
folder.