- Install dependencies:
bun install- Watch and rebuild in development
bun run dev- Linting and formatting
bun run check- Run the unit tests:
bun run test- Build the library:
bun run buildThis project uses Biome to provide unified linting and formatting, please install VS Code extension if you use VS Code to having the best DX support.