Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 638 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 638 Bytes

Contribution

Setup

Create an environment variable called REMIX_TOKEN with your Remix install token.

Run npm install to install the dependencies.

Run the tests with npm run test.

Run the linter with npm run lint.

Run the typechecker with npm run typecheck.

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.