Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 306 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 306 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.

Pull Request

When you are ready, please send a pull request to the main branch describing the work you did.