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.