Quickstart
The easiest way to get started with MUD is to use a template.
-
Ensure you have node (opens in a new tab) 18+, pnpm (opens in a new tab) 8+ and foundry (opens in a new tab) installed.
-
Create a new app from a template:
pnpm create mud@next my-project
-
Start the app:
cd my-project pnpm dev
-
Browse to the application. Usually it is at http://localhost:3000 (opens in a new tab), but if that port is in use it might be 3001, 3002, etc.