npm run watch
will watch the src directory for changes. Open demos/modal.html in a web browser to test the widget.
npm run build
creates a dist
directory and adds minified versions of assets.
Automated deployment of minified assets to GitHub Pages happens on every commit to master
and is handled by CircleCI using a GitHub read/write deploy key.