517 B
517 B
minetest-web
Minetest for the web
Heavily based on the work of @paradust7's minetest-wasm
State: WIP
Running
# initialize npm assets
cd public
npm ci
cd ..
# start app
WEBDEV=true go run .
Visit http://127.0.0.1:8080
Environment vars
WEBDEV
if "true": all assets are loaded dynamically, anything else: embedded modeALLOWED_HOST
Optional: host to only allow connections toALLOWED_PORT
Optional: port to only allow connections to