Artisan Maker Website For my father-in-law. npm install Build the static site To build and launch the site using Browsersync: npm start (Stop the server with Ctrl+C.) To build the site for production and compress HTML files: npm run production The site is built in the /build folder.