BuckarooBanzay 53fae023e1
Some checks failed
test / test (push) Has been cancelled
fix indents
2024-01-21 17:42:17 +01:00
2023-09-20 19:36:45 +02:00
2024-01-21 17:42:17 +01:00
2023-09-20 15:20:46 +02:00
2024-01-21 11:34:55 +01:00
2023-09-20 19:35:05 +02:00
2023-09-23 09:12:38 +02:00
2023-09-23 09:12:38 +02:00
2024-01-08 14:48:51 +01:00
2023-09-20 19:16:47 +02:00
2023-09-20 19:07:52 +02:00
ws
2023-09-19 20:08:55 +02:00
2023-09-20 19:54:57 +02:00

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
Description
No description provided
Readme 23 MiB
Languages
JavaScript 82.7%
Go 13.9%
HTML 2.5%
Dockerfile 0.9%