A simple interface to Badgr tailored specifically to the needs of Loconomics.
Start by installing the Yarn package manager. NPM will also work, but will not create reproduceable builds. Then run:
$ yarn
$ yarn watch
Build documentation using:
$ yarn doc
then open docs/index.html in your browser.
Run the tests:
$ yarn test
Publish a package with:
$ yarn publish