Development

Set up a local development environment for the SDK.

npm install
npm run build    # compile TypeScript to dist/
npm run lint
npm test         # builds then runs jest

Generating docs

npm run build
npx jsdoc -c jsdoc.json
# Output in public/

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