Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 585 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.

Run the exports checker with bun run exports.

Create a Strategy

Follow the steps on the Create a Strategy documentation. Create your new strategy inside the folder src/strategies and re-export it from the index.ts file.