Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 266 Bytes

File metadata and controls

11 lines (7 loc) · 266 Bytes

Repo Guidelines

This project uses bun for local development. When running tests and linting, prefer the bun CLI over npm or yarn.

Testing

  • Install dependencies with bun install.
  • Run tests using bun test.

Linting

  • Run linting with bun run lint.