https://github.com/facebook/react-native-cdp-status
Tracks the status of the CDP implementation in Hermes and React Native projects.
https://github.com/facebook/react-native-cdp-status
cdp devtools react-native
Last synced: 9 months ago
JSON representation
Tracks the status of the CDP implementation in Hermes and React Native projects.
- Host: GitHub
- URL: https://github.com/facebook/react-native-cdp-status
- Owner: facebook
- License: mit
- Created: 2023-10-18T15:20:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T11:31:39.000Z (over 1 year ago)
- Last Synced: 2025-01-30T01:01:45.711Z (over 1 year ago)
- Topics: cdp, devtools, react-native
- Language: TypeScript
- Homepage: https://cdpstatus.reactnative.dev/devtools-protocol/tot
- Size: 372 KB
- Stars: 8
- Watchers: 15
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# React Native CDP Status
Generates [documentation](https://cdpstatus.reactnative.dev/) showing the progress of the [React Native](https://reactnative.dev/) project's support of the [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).
## ✈️ Getting started
Create a Github [personal access token](https://github.com/settings/tokens/new?description=React%20Native%20CDP%20Status&scopes=public_repo) with `public_repo` permissions. We use this to check the current state of the [React Native](https://github.com/facebook/react-native), [Hermes](https://github.com/facebook/hermes/) and [Chrome DevTools Protocol](https://github.com/ChromeDevTools/devtools-protocol) projects.
```bash
export GITHUB_TOKEN=
npm install
npm run dev
```
Open http://localhost:3000/ site in your favorite browser.
## 👏 How to Contribute
The main purpose of this repository is to generate documentation that tracks the progress in React Native of our support of the CDP protocol.
### Code of Conduct
Facebook has adopted a Code of Conduct that we expect project participants to adhere to.
Please read the [full text][code] so that you can understand what actions will and will not be tolerated.
[code]: https://code.fb.com/codeofconduct/
### Contributing
We follow a similar process to React Native, please read the [**Contributing Guide**][contribute] to learn about our development process, how to propose bugfixes and improvements.
[contribute]: https://reactnative.dev/docs/contributing
## 📄 License
React Native CDP Status is MIT licensed, as found in the [LICENSE][l] files.
React Native CDP Status's generated content is Creative Commons licensed, as found in the [LICENSE-docs][ld] file.
[l]: https://github.com/facebook/react-native-cdp-status/blob/main/LICENSE
[ld]: https://github.com/facebook/react-native-cdp-status/blob/main/LICENSE-docs