Quickstart

Quickstart

The easiest way to get started with MUD is to use a template.

  1. Ensure you have node (opens in a new tab), pnpm (opens in a new tab) and foundry (opens in a new tab) installed.

  2. Create and start the application:

    pnpm create mud@next my-project && cd my-project && pnpm dev
  3. Select the template to use.

  4. 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.

Last updated on