mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-27 06:46:09 +00:00
473 B
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
.