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