Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 354 Bytes

CONTRIBUTING.md

File metadata and controls

44 lines (30 loc) · 354 Bytes

Contributing

Setup

  1. Clone the repository
  2. Run npm install to install dependencies

Running locally

npm run dev

Run all checks

npm run check

Tests

npm test

Code style

npm run style
npm run style-fix

Linting

npm run lint
npm run lint-fix

Type checking

npm run types