You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ Please also provide a **test plan**, i.e. specify how you verified that your add
47
47
48
48
2. Run `npm install` in the root `create-react-app` folder.
49
49
50
+
3.*(Only for macOS Sierra)*: Until [0.10.0](https://github.com/facebookincubator/create-react-app/milestone/23) is released, you may need to install [Watchman](https://facebook.github.io/watchman/docs/install.html) (e.g. `brew install watchman`).
51
+
50
52
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.
51
53
52
54
If you want to try out the end-to-end flow with the global CLI, you can do this too:
0 commit comments