Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hiep-immutable committed Sep 10, 2024
1 parent 1e94f8a commit 2e46204
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit 2e46204

Please sign in to comment.