Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 429 Bytes

DEV.md

File metadata and controls

16 lines (16 loc) · 429 Bytes

Development guide

Once cloned, update npm dependencies to install required tooling by entering:

npm update

Build

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.

Document

To create the HTML documentation for the public API:

npm run document