## Requirements
-
Node 20/npm (
nvmis recommended ) -
pnpm (
npm install -g pnpm) -
first time run
pnpm install
- open the
packages/useWorkerdirectory - run
pnpm run dev - develop your own feature or fix
- open the
apps/examplesdirectory - run
pnpm run dev
- the
apps/examplesproject is linked to thepackages/useWorkerbuild so you can test your changes immediately