HomeChangelogDemoPlaygroundGitHub
Open Documentation Example

Development and Customization

For developers looking to contribute or customize the module:

# Install dependencies
npm install

# Generate type stubs and start development
npm run dev:prepare
npm run dev

# Build the playground for production
npm run dev:build