You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-devtools-extensions/README.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,15 @@ The easiest way to install this extension is as a browser add-on:
8
8
9
9
## Development
10
10
11
-
You can also build and install from source:
11
+
You can also build and install this extension from source.
12
+
13
+
DevTools embeds local versions of several NPM packages also in this workspae. 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:
0 commit comments