- Fork & clone the repo, ensure your on the main branch.
- Run
pnpm install
- Your done!
If you have any questions feel free to open and issue or join the Discord.
Before commiting, please run both pnpm lint
and pnpm test
. If either of them fail, please rectify it.
When creating your commit messages, please follow Conventional Commits. This just ensures everyone is properly documenting their commits, and is also used in the changelog generation.