You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Working on your first Pull Request? You can learn how from this *free* series [H
14
14
15
15
## Running this project locally
16
16
17
-
1. Make sure you have [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.
17
+
1. Make sure you have [NodeJS](https://nodejs.org/) and [Yarn](https://yarnpkg.com/en/docs/install) installed.
18
18
> Make sure you install node version 8 or above and check node version by running `node -v`
19
19
1. Then clone this repo
20
20
```bash
@@ -25,9 +25,5 @@ Working on your first Pull Request? You can learn how from this *free* series [H
25
25
1. `npm run dev` to start local development server
26
26
1. App opens at `localhost:3000`
27
27
28
-
29
28
**Note:**
30
-
31
-
So our team's official policy (for now) is:
32
-
we only use Yarn as our official Node package manager, and so we request you to use Yarn instead of
33
-
npm and commit yarn.lock file.
29
+
> So our team's official policy (for now) is: We only use [Yarn](https://yarnpkg.com/en/docs/install) as our official Node package manager, and so we request you to use Yarn instead of npm and commit yarn.lock file.
0 commit comments