Skip to content

Commit b555839

Browse files
committed
Add note about installing watchman
1 parent 5364908 commit b555839

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Please also provide a **test plan**, i.e. specify how you verified that your add
4747

4848
2. Run `npm install` in the root `create-react-app` folder.
4949

50+
3. *(Only for MacOS Sierra)*: install [Watchman](https://facebook.github.io/watchman/docs/install.html), for example `brew install watchman`
51+
5052
Once it is done, you can modify any file locally and run `npm start`, `npm test` or `npm run build` just like in a generated project.
5153

5254
If you want to try out the end-to-end flow with the global CLI, you can do this too:

0 commit comments

Comments
 (0)