Skip to content

relayjs/relay-devtools

Folders and files

NameName
Last commit message
Last commit date
Jan 7, 2025
Dec 12, 2019
Oct 9, 2019
Feb 4, 2025
Aug 7, 2024
Feb 7, 2025
Aug 9, 2024
May 25, 2019
Dec 6, 2021
Jul 31, 2024
Nov 6, 2019
Jul 14, 2019
Jan 23, 2019
Oct 15, 2019
Jun 4, 2020
Nov 19, 2019
Nov 6, 2019
Nov 12, 2019
Nov 19, 2019
Aug 7, 2024
Dec 6, 2021
Jul 31, 2024
Jul 29, 2024
Jul 31, 2024

Repository files navigation

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.

Firefox

We haven't tested and released the Firefox extension yet. Issue #39 tracks this.

From Source

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.

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 with repro instructions.

License

Relay DevTools are MIT licensed.