Skip to content

Commit

Permalink
Merge pull request #2 from mxstbr/fix-contributing
Browse files Browse the repository at this point in the history
Fix contributing instructions
  • Loading branch information
gaearon authored Jul 17, 2016
2 parents d45ddbf + 8033f58 commit 4796e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ This project is an attempt to figure out a good way to start developing React ap

## Contibuting

Clone the repo and run `npm install`.
Clone the repo and run `npm install` in the root and the `global-cli` folder.

Once it is done, you can modify any file locally and run `npm start` or `npm run build` just like in a generated project.
If you want to try out the end-to-end flow with the global CLI, you can do this too:
Expand Down

0 comments on commit 4796e13

Please sign in to comment.