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 installStart the app in the dev environment:
npm startTo package apps for the local platform:
npm run packageSee Electron React Boilerplate docs and guides here