One pager, this was created for the 2nd round of applying for Hack Club's gap year fellowship.
Get started with GitHub Codespaces by clicking the link above.
Note
The prebuilt codespace is only stored in the US West region, and it might be very slow if you create a codespace in another region. When this event is run for real, it will be available in all regions and be more optimized. If speed is an issue, consider setting it up locally (see below).
- Fork this repo, and clone it locally
- Make sure you have Bun and Java (21 or newer) available
- Run
bun i && bun setupun setupto set up the dependencies - Run
bun startto start the server- The web interface is at localhost:3000
- Connect to the Minecraft server at
localhost:25565 - Admin console on the web interface or
bun console - Stop with
bun stop