https://github.com/relayjs/relay-devtools
Relay Development Tools
https://github.com/relayjs/relay-devtools
Last synced: 10 months ago
JSON representation
Relay Development Tools
- Host: GitHub
- URL: https://github.com/relayjs/relay-devtools
- Owner: relayjs
- License: mit
- Created: 2017-08-01T21:40:44.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T01:52:27.000Z (11 months ago)
- Last Synced: 2025-02-04T02:32:21.643Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.96 MB
- Stars: 148
- Watchers: 19
- Forks: 31
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - relay-devtools
README
# Relay DevTools
**NOTE:** The Relay DevTools were started as a clone from the React DevTools. There is still code in here that hasn't been updated yet and should be either updated or removed.
## Installation
### Chrome
From the Chrome Web Store: [here](https://chrome.google.com/webstore/detail/relay-developer-tools/ncedobpgnmkhcmnnkcimnobpfepidadl).
### Firefox
We haven't tested and released the Firefox extension yet. [Issue #39](https://github.com/relayjs/relay-devtools/issues/39) tracks this.
### From Source
```sh
git clone git@github.com:relayjs/relay-devtools.git
cd relay-devtools
yarn install
yarn build:extension:chrome # builds at "shells/browser/chrome/build"
yarn run test:chrome # Test Chrome extension
yarn build:extension:firefox # builds at "shells/browser/firefox/build"
```
## Contribute
We actively welcome pull requests, learn how to [contribute](./CONTRIBUTING.md).
## Support
As this extension is in a beta period, it is not officially supported. However if you find a bug, we'd appreciate you reporting it as a [GitHub issue](https://github.com/relayjs/relay-devtools/issues) with repro instructions.
## License
Relay DevTools are [MIT licensed](./LICENSE).