This is a web app for patching retro games more easily. The user supplies the ROM file, the app finds applicable patches, the user selects them, then downloads* the patched ROM.
* The patching/downloading is all done client-side.
- Supports .gb to .pocket patches.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.