Skip to content

Commit

Permalink
Add extra clarity to setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliveriver committed Oct 17, 2024
1 parent 039df4c commit d2361d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ Requirements:
Steps:

- Ensure Docker is running.
- Run `docker compose build frontend backend`.
- Run `docker compose up -d`.
- Open a command prompt in the root directory of your clone of this repository.
- Run `docker compose build frontend backend` via the command line.
- Run `docker compose up -d` via the command line.
- Wait at least a minute for the database to initialise. If you encounter errors creating games after opening the client, you may need to wait longer.
- Access the game client at http://localhost:5173.

Expand Down

0 comments on commit d2361d6

Please sign in to comment.