mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
This is the source code for the React DevTools browser extension.
Installation
The easiest way to install this extension is as a browser add-on:
Build
You can also build and install from source:
yarn install
yarn build:chrome # builds at "packages/react-devtools-extensions/chrome/build"
yarn build:firefox # builds at "packages/react-devtools-extensions/firefox/build"