Skip to content

🧪 Development

Running the Playground

bash
npm run dev

Launches the development playground with live examples at http://localhost:3000

Testing

bash
npm test                   # Run all tests
npm run test -- --coverage  # Run tests with coverage report

Building

bash
npm run build              # Build the library and generate type definitions
npm run build:playground   # Build the playground for deployment
npm run preview            # Preview the production build of the playground

Released under the MIT License.