- Use pnpm 8+
- To download it check out: pnpm installation guide
- To install the dependencies run:
pnpm i
- You can then run the project with the command:
pnpm dev
orpnpm run dev
- Be sure to be the assignee of the issue
- Locally in your repo make sure to be updated with a git pull origin main command
- Create a branch for the issue (in the Development section on the right panel of the issue page).
- Follow the instructions to switch to the created branch.
- Work on the issue
- Commit and push the branch
- Create a Pull Request
- Wait for a review :)