BEEM Javascript SDKGuidesDevelopmentSet up a local development environment for the SDK.Bashnpm install npm run build # compile TypeScript to dist/ npm run lint npm test # builds then runs jest Generating docs Bashnpm run build npx jsdoc -c jsdoc.json # Output in public/ Documentation is auto-published to GitLab Pages on merge to main.Copy Page