Thanks to visit codestin.com
Credit goes to github.com

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

Update CONTRIBUTING.md #86

Merged
merged 1 commit into from
Nov 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ Working on your first Pull Request? You can learn how from this *free* series [H
1. `npm install`
1. `npm run dev` to start local development server
1. App opens at `localhost:3000`


**Note:**

So our team's official policy (for now) is:
we only use Yarn as our official Node package manager, and so we request you to use Yarn instead of
npm and commit yarn.lock file.