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
This package is one of three packages related to `overmind-devtools`.
4
6
5
7
If you're looking for a little deeper insight about these, please check [overmind-devtools-client](../overmind-devtools-client/README.md).
6
8
7
-
### Local development
9
+
##Usage
8
10
9
-
**PREREQUISITE**: make sure you firstly [built](../overmind-devtools-client/README.md) devtools UI core so that it can be hosted by this package (electron application).
11
+
For normal use, you can run the DevTools directly using npx:
10
12
11
-
Considering the above prerequisite is satisfied, run the following steps:
12
-
1. Build the host:
13
13
```sh
14
-
npm run build
14
+
npx overmind-devtools
15
15
```
16
-
2. Run the application:
16
+
17
+
## Local Development
18
+
19
+
**PREREQUISITE**: Make sure you first [built](../overmind-devtools-client/README.md) the devtools UI core.
20
+
21
+
Run the development version with:
22
+
17
23
```sh
18
-
npm run prod
24
+
npm start
19
25
```
20
-
3. Use `Application` tab and then clicking on `Open Chrome DevTools`:
0 commit comments