To start the live server run:
$ npm run devIf you edited any of the configuration files while the live server was running, you will need to restart it for the changes to take effect.
Once you're happy with your site, terminate your live server and run:
$ npm run buildThe output will be in the build/ directory.
Happy coding!