Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 501 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 501 Bytes

Contribution

Setup

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 Backend

Follow the steps on the Create a Backend documentation. Create your new backend inside the folder src/backends and re-export it from the index.ts file.