Develop custom games outside MineFun.
This utility improves developer experience (DX) by enabling hot module replacement (HMR), testing, and bundling.
-
Tampermonkey Script
- Install Tampermonkey in your browser
- Copy the userscript
assets/minefun-relay.user.jsinto Tampermonkey - Ensure the userscript is enabled
-
Local Server
- Install Bun
- Clone this repository:
git clone https://github.com/robertpakalns/minefun-dev-utils.git- Run:
bun run dev- By default, the server uses port 3000. If the port is busy, update the port in both the server and
minefun-relay.user.js.
- Requires the Bun JavaScript runtime.