-
Notifications
You must be signed in to change notification settings - Fork 25k
Include running npm start in your AwesomeProject folder #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at [email protected]. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
|
Once you perform |
|
Ahh okay. My mistake! |
…k#208) * move FB merge documetation from an esoteric Onenote page to the repo where it belongs and can be accessed by anyone * update aliases and long term goals of deforking
Release 0.9.0
Just a small followup to my PR facebook/react-native-website#166. This makes it more likely people will install the correct version of React. I was just reading the guide again now and realized it's easy copy&paste commands without reading the text around them, and install a wrong version of React.
Summary: Changelog: [Internal] - Update `react-native/debugger-frontend` from 8b84a77...8cce390 Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@8b84a77...8cce390). ### Changelog | Commit | Author | Date/Time | Subject | | ------ | ------ | --------- | ------- | | [8cce39003](facebook/react-native-devtools-frontend@8cce39003) | Alex Hunt ([email protected]) | 2025-09-25T15:05:50+01:00 | [Update Welcome panel assets and styling (facebook#208)](facebook/react-native-devtools-frontend@8cce39003) | | [7724ccb99](facebook/react-native-devtools-frontend@7724ccb99) | Alex Hunt ([email protected]) | 2025-09-25T08:46:01+01:00 | [Disable Perf Insights subpanel, collapse sidebar by default (facebook#209)](facebook/react-native-devtools-frontend@7724ccb99) | | [538c309a3](facebook/react-native-devtools-frontend@538c309a3) | Vitali Zaidman ([email protected]) | 2025-09-18T12:20:22+01:00 | [track when all startup resources are loaded (facebook#205)](facebook/react-native-devtools-frontend@538c309a3) | Reviewed By: hoxyq Differential Revision: D83248877
Summary: Pull Request resolved: facebook#53941 Changelog: [Internal] - Update `react-native/debugger-frontend` from 8b84a77...8cce390 Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@8b84a77...8cce390). ### Changelog | Commit | Author | Date/Time | Subject | | ------ | ------ | --------- | ------- | | [8cce39003](facebook/react-native-devtools-frontend@8cce39003) | Alex Hunt ([email protected]) | 2025-09-25T15:05:50+01:00 | [Update Welcome panel assets and styling (facebook#208)](facebook/react-native-devtools-frontend@8cce39003) | | [7724ccb99](facebook/react-native-devtools-frontend@7724ccb99) | Alex Hunt ([email protected]) | 2025-09-25T08:46:01+01:00 | [Disable Perf Insights subpanel, collapse sidebar by default (facebook#209)](facebook/react-native-devtools-frontend@7724ccb99) | | [538c309a3](facebook/react-native-devtools-frontend@538c309a3) | Vitali Zaidman ([email protected]) | 2025-09-18T12:20:22+01:00 | [track when all startup resources are loaded (facebook#205)](facebook/react-native-devtools-frontend@538c309a3) | Reviewed By: hoxyq Differential Revision: D83248877
Summary: Pull Request resolved: #53941 Changelog: [Internal] - Update `react-native/debugger-frontend` from 8b84a77...8cce390 Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@8b84a77...8cce390). ### Changelog | Commit | Author | Date/Time | Subject | | ------ | ------ | --------- | ------- | | [8cce39003](facebook/react-native-devtools-frontend@8cce39003) | Alex Hunt ([email protected]) | 2025-09-25T15:05:50+01:00 | [Update Welcome panel assets and styling (#208)](facebook/react-native-devtools-frontend@8cce39003) | | [7724ccb99](facebook/react-native-devtools-frontend@7724ccb99) | Alex Hunt ([email protected]) | 2025-09-25T08:46:01+01:00 | [Disable Perf Insights subpanel, collapse sidebar by default (#209)](facebook/react-native-devtools-frontend@7724ccb99) | | [538c309a3](facebook/react-native-devtools-frontend@538c309a3) | Vitali Zaidman ([email protected]) | 2025-09-18T12:20:22+01:00 | [track when all startup resources are loaded (#205)](facebook/react-native-devtools-frontend@538c309a3) | Reviewed By: hoxyq Differential Revision: D83248877 fbshipit-source-id: e5d7fb009a89bd97c8aac5f0a09b5733b8249651
Perhaps we should include the npm start command in the Getting Started page of the docs?