🧪 Development
Running the Playground
bash
npm run devLaunches 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 reportBuilding
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