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
+
5
+
If you're looking for a little deeper insight about these, please check [overmind-devtools-client](../overmind-devtools-client/README.md).
6
+
7
+
### Local development
8
+
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).
10
+
11
+
Considering the above prerequisite is satisfied, run the following steps:
12
+
1. Build the host:
13
+
```sh
14
+
npm run build
15
+
```
16
+
2. Run the application:
17
+
```sh
18
+
npm run prod
19
+
```
20
+
3. Use `Application` tab and then clicking on `Open Chrome DevTools`:
0 commit comments