Skip to main content

Development

To get started with development, follow these steps:

# Install Dependencies
npm install

# Build all packages
npm run build --workspaces

# Run the playground
npm run playground

Testing

To run tests for all packages, use the following command:

npm run test --workspaces