Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

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