## Requirements
-
Node 14/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
packages/useWorkerdirectory - run
pnpm run start
- the
packages/examplesproject is linked to thepackages/useWorkerbuild so you can test your changes immediately