We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9f851 commit b29824aCopy full SHA for b29824a
CONTRIBUTING.md
@@ -18,7 +18,7 @@ If you have been assigned to fix an issue or develop a new feature, please follo
18
19
- Fork this repository.
20
- Install dependencies by running `$ pnpm install`.
21
- - We use [pnpm](https://pnpm.io/) v7 for package management.
+ - We use [pnpm](https://pnpm.io/) v8 for package management.
22
- We use [nvm](https://github.com/nvm-sh/nvm) to manage node versions - please make sure to use the version mentioned in `.nvmrc`.
23
- Run development server using `pnpm run watch`.
24
- Implement your changes and tests to files in the `src/` directory and corresponding test files.
0 commit comments