After cloning the repo and running npm install
node site.js // generate the examples shown on index.html
npm startMain page: http://localhost:8080/
Sandbox page: http://localhost:8080/playground.html
This project is tested with unit tests and image snapshot tests.
npm run testWebsite deployment steps:
npm run build- Choose a location to release to:
- Deploy master:
./node_modules/.bin/gh-pages --dist site --dest master - Deploy a tag:
./node_modules/.bin/gh-pages --dist site --dest <tag>
- Deploy master:
Release steps:
npm run buildnp major|minor|patch