This package is one of three packages related to overmind-devtools
.
If you're looking for a little deeper insight about these, please check overmind-devtools-client.
For normal use, you can run the DevTools directly using npx:
npx overmind-devtools
PREREQUISITE: Make sure you first built the devtools UI core.
Run the development version with:
npm start
This will:
- Build the DevTools electron app
- Launch the Electron app with Chrome DevTools open for debugging
You can also open Chrome DevTools from the application menu: Select Application > Open Chrome DevTools.