Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 207 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 207 Bytes

Contribution

PRs welcome!

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.