mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Include install command for devtools-extension build instructions (#25053)
Include install command for devtools-extension build instructions
This commit is contained in:
committed by
GitHub
parent
2872a26e14
commit
65b3449c89
@@ -15,6 +15,12 @@ DevTools depends on local versions of several NPM packages<sup>1</sup> also in t
|
||||
|
||||
<sup>1</sup> Note that at this time, an _experimental_ build is required because DevTools depends on the `createRoot` API.
|
||||
|
||||
To install all necessary dependencies, run the following command from the root of the repository:
|
||||
|
||||
```sh
|
||||
yarn install
|
||||
```
|
||||
|
||||
#### Build from source
|
||||
To build dependencies from source, run the following command from the root of the repository:
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user