Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 467 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 467 Bytes

Contributing to Word Coach

All contributions are welcome, see Projects to see potential contributions.

To setup this project on your machine

  • Fork Repo on your machine
  • install pnpm globally(npm i -g pnpm)
  • install packages (pnpm i)
  • Watch all packages (pnpm watch)

To test the effect of code updates, you can spin up example/wordcoach.xyz with pnpm start. Any code update you make should reflect accordingly.