dashdev-website/src/html/docs/build.md
2020-03-06 19:44:46 +01:00

473 B

title description priority
Build How to build the static site using Metalsmith. 0.45

To build and launch the site in a test server 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.

Note you may want to change the siteMeta.domain and siteMeta.rootpath on lines 52 and 53 of ./build.js.