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
)
npm version minor
npm publish
git push --tags
To run this project locally:
npm install
to install dependenciesnpm run build
to compileindex.html
using a HTTP server (e.g. python -m http.server
)npm version minor
npm publish
git push --tags