Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 156 Bytes

File metadata and controls

18 lines (14 loc) · 156 Bytes

Developing guide

Running locally

npm i
npm run dev

Testing

npm ci
npm run clean
npm run typecheck
npm run lint
npm run test