This commit is contained in:
Simone Poggiali 2025-04-16 00:55:44 +00:00 committed by GitHub
commit 0de6bcb9d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@ In case you want to pick up something from the roadmap, comment on that issue an
### Option 1 - Manual
1. Fork and clone the repo
1. Run `nvm use` to use the right version of Node.js
1. Run `yarn` to install dependencies
1. Create a branch for your PR with `git checkout -b your-branch-name`