- Clone this repo
- Make sure you have
node
installed - Make sure you have
pnpm
installed - Install dependencies
-
pnpm i
-
- Build package
-
pnpm build
-
pnpm build-watch
-
- Run demo
-
pnpm start-demo
-
- Run tests
-
pnpm test
-
pnpm test-interactive
-
- Please feel free to submit PRs to this repo and we will do our best to review them in a reasonable amount of time.
- Code style and tests will automatically be checked by a GitHub Actions job, so make sure the PR verification is green before requesting a review.