Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 293 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 293 Bytes

Setup

To run this project locally:

  • Clone this repo, and run npm install to install dependencies
  • Run npm run build to compile
  • Open index.html using a HTTP server (e.g. python -m http.server)

Release

npm version minor
npm publish
git push --tags