Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 506 Bytes

CONTRIBUTE.md

File metadata and controls

20 lines (13 loc) · 506 Bytes

## Requirements

  • Node 14/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 packages/useWorker directory
  • run pnpm run start

How to debug

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