Modifying the getting started example

Modifying the template

These tutorials teach you how to make various changes to the vanilla template (opens in a new tab). This is an easy way to learn how to modify MUD functionality in various ways.

Getting the initial version

All of these examples are based on the vanilla version of the template. To create the basic version to modify, follow these steps:

  1. Create a version 2.0 MUD starter.

    pnpm create mud@next tutorial
  2. Select the vanilla template.

  3. Change to the tutorial directory and start the application.

    cd tutorial
    pnpm run dev
  4. Browse to the URL that the client package gives you. Usually that is http://localhost:3000, but it could vary if there's another application using that port.

The tutorials