Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 354 Bytes

DEVELOPMENT.md

File metadata and controls

22 lines (14 loc) · 354 Bytes

Development

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

Deployment

Deploy steps:

  • npm run deploy

Release steps:

  • Do deploy steps first
  • np major|minor|patch