## Requirements
-
Node 20/npm (
nvm
is recommended ) -
pnpm (
npm install -g pnpm
) -
first time run
pnpm install
- open the
packages/useWorker
directory - run
pnpm run dev
- develop your own feature or fix
- open the
apps/examples
directory - run
pnpm run dev
- the
apps/examples
project is linked to thepackages/useWorker
build so you can test your changes immediately