/RE5-Save-Editor

Simple Resident Evil 5 Save Editor (Made with Electron)

Primary LanguageTypeScriptMIT LicenseMIT

Screenshots

image image

Running Project

Clone the repo and install dependencies:

git clone ...
yarn install

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for portable .exe:

yarn package