Overmind DevTools Electron
Introduction
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.
Usage
For normal use, you can run the DevTools directly using npx:
npx overmind-devtoolsTo run the production version locally, make sure you first built the devtools UI core:
cd ../overmind-devtools-client
npm run buildThen, you can run the Electron app:
cd ../overmind-devtools
npm startLocal Development
Make sure you first start the DevTools server on overmind-devtools-client:
cd ../overmind-devtools-client
npm run start:devtoolsThen, you can run the local development version of the DevTools Electron app:
cd ../overmind-devtools
npm startThis 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.
