After cloning the repo and running npm install
node site.js // generate the examples shown on index.html
npm start
Main page: http://localhost:8080/
Sandbox page: http://localhost:8080/playground.html
Deploy steps:
npm run deploy
Release steps:
- Do deploy steps first
np major|minor|patch