react/packages/react-devtools-extensions
Wilco Fiers 9c02d26549 docs: Fixed a typo in readme.md (#17119) 2019-10-23 18:52:14 +01:00
..
.circleci Reorganized things again into packages 2019-08-13 11:37:25 -07:00
chrome DevTools v4.1.3 -> v4.2.0 2019-10-03 12:34:35 -07:00
firefox DevTools v4.1.3 -> v4.2.0 2019-10-03 12:34:35 -07:00
flow-typed Removed unused Chrome Flow types 2019-08-27 10:54:21 -07:00
icons Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
popups Correct link for troubleshooting react-dev-tools (#16690) (#16708) 2019-09-10 13:14:19 -07:00
src Remove unstable_ prefix in various internal uses (#17146) 2019-10-18 17:18:10 -07:00
README.md docs: Fixed a typo in readme.md (#17119) 2019-10-23 18:52:14 +01:00
build.js Merged changes from 4.0.0 -> 4.0.5 from DevTools fork 2019-08-20 11:34:51 -07:00
deploy.chrome.html Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
deploy.firefox.html Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
deploy.html Merged changes from 4.0.0 -> 4.0.5 from DevTools fork 2019-08-20 11:34:51 -07:00
deploy.js Cleaned up some extnesions build script stuff 2019-08-13 22:15:38 -07:00
main.html Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
package.json chore: upgrade to jest 24 (#15778) 2019-10-03 22:44:18 +05:30
panel.html Fixed a bunch of Lint issues 2019-08-13 21:59:07 -07:00
utils.js Cleaned up some extnesions build script stuff 2019-08-13 22:15:38 -07:00
webpack.backend.js Removed unused __TEST__ files 2019-08-14 19:03:32 -07:00
webpack.config.js Removed unused __TEST__ files 2019-08-14 19:03:32 -07:00

README.md

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:

Development

You can also build and install this extension from source.

DevTools embeds local versions of several NPM packages also in this workspace. If you have not already built them, you'll need to do that before getting started by running the following command in the root directory of this repository:

yarn build -- react,react-dom,react-is,scheduler --type=NODE

Once the above packages have been built, you can build the extension by running:

cd packages/react-devtools-extensions/

yarn build:chrome # => packages/react-devtools-extensions/chrome/build
yarn run test:chrome # Test Chrome extension

yarn build:firefox # => packages/react-devtools-extensions/firefox/build
yarn run test:firefox # Test Firefox extension