Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 405 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 405 Bytes

Site

Our homepage + blog generator.

Generated build is hosted on nan-ci.github.io repository

Build & run locally

npm start

Build

npm run build

Serve locally

npm run serve

Deploy

Make sure to build before deploying. Build (/public dir) will be deployed to nan-ci.github.io.

npm run deploy