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
Description
Languages
JavaScript
82.7%
Go
13.9%
HTML
2.5%
Dockerfile
0.9%