Skip to content

Commit

Permalink
docs(README): include default port for client (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
CometShock committed Feb 25, 2024
1 parent a6a6351 commit efd1a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Sky Strife is broken into several sub-packages. Here are the packages that are e

1. Install latest forge using `foundryup` (see [foundry docs](https://book.getfoundry.sh/getting-started/installation))
2. Run `pnpm` in the base directory to install all dependencies and compile contracts.
3. Run `pnpm dev` to start your local node, deploy contracts, and start the client.
3. Run `pnpm dev` to start your local node, deploy contracts, and start the client. You can view the client at `http://localhost:1337/` if you have not changed the default config.

# Using Local MUD

Expand Down

0 comments on commit efd1a58

Please sign in to comment.