Skip to content

Commit 0bb2db5

Browse files
authored
Merge pull request #1 from pusher/contributing
Add prerequisites to the CONTRIBUTING file
2 parents 2e5c561 + 8a4deb0 commit 0bb2db5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
We want this community to be friendly and respectful to each other. Please follow it in all your interactions with the project.
44

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+
516
## Development workflow
617

718
To get started with the project, run `yarn` in the root directory to install the required dependencies for each package:

0 commit comments

Comments
 (0)