We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2872a26 commit 65b3449Copy full SHA for 65b3449
packages/react-devtools-extensions/README.md
@@ -15,6 +15,12 @@ DevTools depends on local versions of several NPM packages<sup>1</sup> also in t
15
16
<sup>1</sup> Note that at this time, an _experimental_ build is required because DevTools depends on the `createRoot` API.
17
18
+To install all necessary dependencies, run the following command from the root of the repository:
19
+
20
+```sh
21
+yarn install
22
+```
23
24
#### Build from source
25
To build dependencies from source, run the following command from the root of the repository:
26
```sh
0 commit comments