Mention cloning of repository in CONTRIBUTING.md (#391) [skip ci]

This commit is contained in:
Sumedh Nimkarde 2017-03-02 21:40:02 +05:30 committed by Henry Zhu
parent 265d2c1e4f
commit 05dd6d4545

View File

@ -6,10 +6,14 @@ contributing, please read the
## Setup local env
> Install yarn beforehand: https://yarnpkg.com/en/docs/install
To start developing on Babylon you only need to install its dependencies:
```bash
npm install
git clone https://github.com/babel/babylon
cd babylon
yarn
```
## Tests
@ -48,7 +52,7 @@ Add `"only": true` to its `options.json`:
Then, run the tests using the same command as before:
```bash
$ npm run test-only
npm run test-only
```
### Checking code coverage locally