Run your own Webaverse on Codespaces
-
On GitHub, click
Code
thenNew Codespace
to create a new codespace. -
Wait for the Codespace and postCreateCommand... to finish setting up.
-
Either press
F5
or typenpm start
in a terminal to launch your stack. -
In the bottom right corner a notification will prompt you with link to your Webaverse.
-
Make your Webaverse accessible to others by navigating to
PORTS
, right clicking, and thenMake Public
.
- How do I make it multiplayer?
Use /?r=room-0
in your URL or wander to the multiplayer section near the entrance. Make sure your ports are Public
to play with others.