Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 372 Bytes

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.