react/packages/react-devtools-extensions/README.md

18 lines
598 B
Markdown
Raw Normal View History

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:
* [Chrome web store](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
* [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)
# Build
2019-01-23 03:07:56 +08:00
You can also build and install from source:
```sh
2019-01-23 03:07:56 +08:00
yarn install
yarn build:chrome # builds at "packages/react-devtools-extensions/chrome/build"
yarn build:firefox # builds at "packages/react-devtools-extensions/firefox/build"
2019-02-17 01:46:10 +08:00
```