Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Files

Latest commit

0a3330c · Dec 4, 2023

History

History
11 lines (6 loc) · 193 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 193 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.