# Development

The code in this repo is **research code** that went through rapid (and often significant) iteration. In it's current state, it's only suitable for facilitating other research projects.

*Tested with `node 15.4.0` and `npm 7.0.15`.*

## Build Distributable

```npm install```

```npm run build```

`broker.js` distributable will be added to `dist/` directory.

## Generate API Docs

```npm install```

```npm run build-docs```

Website resources will be added to `docs/html` directory.
