Once cloned, update npm dependencies to install required tooling by entering:
npm update
To build, enter:
npm run build
The output will be under the folder ./lib/node with ./lib/index.js as the main entry point. It will also create a minified version under the folder ./lib/web.
To create the HTML documentation for the public API:
npm run document