From efd1a58195efe3db1c86493808059ef46a71c80b Mon Sep 17 00:00:00 2001 From: CometShock <78282589+CometShock@users.noreply.github.com> Date: Sat, 24 Feb 2024 18:03:33 -0600 Subject: [PATCH] docs(README): include default port for client (#1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ed967f..6d714cf0 100644 --- a/README.md +++ b/README.md @@ -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