Skip to content

Commit

Permalink
Add instructions for starting server and client
Browse files Browse the repository at this point in the history
  • Loading branch information
samoylovfp committed May 5, 2022
1 parent 893e2ce commit 32b04f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ STournament is a turn based multiplayer card game.
This project is a backend server for the game.
Work in progress!

## Dev

start server
```bash
SPRING_PROFILES_ACTIVE=test-data ./gradlew bootRun
```

start client
```bash
trunk serve --port 8081 --open front-end/index.html
```

[Link to the web client](https://github.com/denolia/startournament-client)

![image](docs/img/Screenshot1.png)

0 comments on commit 32b04f5

Please sign in to comment.