minetest-web/readme.md
2023-09-20 19:07:52 +02:00

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 mode
  • ALLOWED_HOST Optional: host to only allow connections to
  • ALLOWED_PORT Optional: port to only allow connections to