Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 4684e21

Browse files
committed
update note
1 parent 531766f commit 4684e21

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: CONTRIBUTING.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Working on your first Pull Request? You can learn how from this *free* series [H
1414

1515
## Running this project locally
1616

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.
1818
> Make sure you install node version 8 or above and check node version by running `node -v`
1919
1. Then clone this repo
2020
```bash
@@ -25,9 +25,5 @@ Working on your first Pull Request? You can learn how from this *free* series [H
2525
1. `npm run dev` to start local development server
2626
1. App opens at `localhost:3000`
2727

28-
2928
**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

Comments
 (0)