diff --git a/README.md b/README.md index 68ab4de..38ad506 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ yarn install # install dependencies yarn start # start the server ``` +The server will start on `http://localhost:3000`. + ### Running the Client In a separate terminal, navigate to the `client` directory and run the following command to configure the client: @@ -40,6 +42,8 @@ yarn install # install dependencies yarn dev --port 3001 # start the client ``` +The client will start on `http://localhost:3001`. + ## Testing Open your browser and navigate to `http://localhost:3001` to see the client in action. You can interact with the client to craft items and see the server generate signatures.