Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 206 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 206 Bytes

Contribution

Setup

Run bun install to install the dependencies.

Run the tests with bun test.

Run the code quality checker with bun run quality.

Run the typechecker with bun run typecheck.