
# Building bundles

Install development dependencies: npm install
Build: npm run build

# To bump the version

- edit `config.js`
- rebuild
- deploy to unpkg CDN
- edit the URLs in readme

# notes:

The debug is set at build time in the config.js

# local test server for the examples

npm run start
