This is based on Electron React Boilerplate. For any mysterious environment bugs, consider searching their docs too (repo here).
Clone the repo and install dependencies:
git clone --depth 1 --branch main https://github.com/kulturkrock/screencrash-editor.git
cd screencrash-editor
npm install
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package
See Electron React Boilerplate docs and guides here