Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
2 changes: 2 additions & 0 deletions front-end/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
/dist
Loading