Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 366 Bytes

File metadata and controls

30 lines (19 loc) · 366 Bytes

Contributing

Development workflow

Prerequisites:

  • pnpm

To install dependencies and build the packages run:

pnpm install
pnpm build

Note: You need to build the packages before running the demo apps.

Running the demo apps

pnpm dev

Running tests

Currently tests require Node 20 and don't run on Node 22.

pnpm test