- Ensure that the contribution you seek to make is not a duplicate of a previous issue or hasn't been done by anyone else.
- If you face with a problem, open up an issue for it.
- For a change you await or want, open up an issue.
- Open up an issue in order to add a new feature.
- Create a PR to fix an issue.
- Create a PR to fix an error in the documentation.
Make sure you have installed the pnpm package manager. Check the .nvmrc file and set the node version.
- Clone the repository
- Install dependencies by running
pnpm i
- Run the project by executing
pnpm dev
We are using git-cz for semantic and formatted commits. To create a commit, simply run pnpm commit
.