Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 403 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 403 Bytes

Setup

To run this project locally:

  • Clone this repo, and run npm install to install dependencies
  • Run npm run watch to start auto-compiling
  • Open index.html using a HTTP server (e.g. python -m http.server)
  • Edit insighttree.js or subtotal.js to make changes

Release

npm version minor
npm publish
git push --follow-tags