Skip to main content

Quick Start

Use the starter, install dependencies, and launch the dev server:
Open http://localhost:5173.

Choose MMORPG or standalone RPG

By default, the starter runs as a standalone RPG. This mode runs the client and server together in the browser and does not create a public multiplayer server. To run the client and authoritative server separately for an MMORPG, set RPG_TYPE=mmorpg:
On Windows, use cross-env:

Next steps