Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 496 Bytes

CONTRIBUTE.md

File metadata and controls

21 lines (13 loc) · 496 Bytes

## Requirements

  • Node 20/npm ( nvm is recommended )

  • pnpm ( npm install -g pnpm)

  • first time run pnpm install

Run useWorker Steps

  • open the packages/useWorker directory
  • run pnpm run dev
  • develop your own feature or fix

Run examples Steps

  • open the apps/examples directory
  • run pnpm run dev

How to debug

  • the apps/examples project is linked to the packages/useWorker build so you can test your changes immediately