GUI Editor for Skeli789/Complete-Fire-Red-Upgrade and Skeli789/Dynamic-Pokemon-Expansion.
Built on Electron React Boilerplate, Electron, React, React Router, Webpack and React Fast Refresh.
Clone the repo and install dependencies:
git clone --depth 1 --branch main https://github.com/Stevebel/DPE-Editor.git
cd DPE-Editor
npm install
Having issues installing? See our debugging guide
Start the app in the dev
environment:
npm start
To package app for the local platform:
npm run package
See Electron React Boilerplate docs and guides here