kelvin-js
v0.0.5
Published
1) Install the dependencies
Downloads
72
Readme
Setup
- Install the dependencies
npm install
Development
Do the setup first.
- Watch for changes (during development)
npm run watch
Public documentation
Edit the markdown files in
docs/
Run a static server
cd docs/
python -m http.server 8080
- Urls:
http://localhost:8080/search
http://localhost:8080/map
NPM publish
- Build the plugin (before commit / push)
npm run build
- Publish the plugin
npm publish