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 32c7cd0 commit 8a4deb0Copy full SHA for 8a4deb0
CONTRIBUTING.md
@@ -2,6 +2,17 @@
2
3
We want this community to be friendly and respectful to each other. Please follow it in all your interactions with the project.
4
5
+## Prerequesites
6
+
7
+### NVM
8
+You can find the installation guide [here](https://heynode.com/tutorial/install-nodejs-locally-nvm/)
9
10
+### Yarn
11
+On MacOS
12
+```bash
13
+brew install yarn
14
+```
15
16
## Development workflow
17
18
To get started with the project, run `yarn` in the root directory to install the required dependencies for each package:
0 commit comments