Development

Set up a local development environment for the SDK.

npm install
npm run lint
npm test

Generating docs

npx jsdoc -c jsdoc.json
# Output in public/

Documentation is auto-published to GitLab Pages on merge to main.