Various packaging tweaks, documentation, etc.

This commit is contained in:
Claude Brisson
2024-04-13 00:55:38 +02:00
parent 837661e4b0
commit 2d0e3b48a5
12 changed files with 351 additions and 10 deletions

View File

@@ -53,7 +53,7 @@ api-webapp/src/main/kotlin/org/jeudego/pairgoth
└── web .................................... Web interface
```
Tests are located in `webapp/src/test/kotlin`
Tests are located in `api-webapp/src/test/kotlin`
## Building and running
@@ -82,5 +82,3 @@ The `./server.sh` will launch the server in debugging mode, with a remote debugg
The `./client.sh` will launch the web client in debugging mode, with a remote debugger socket on port 5006.
The corresponding `./debug-...` scripts will do the same with additional debugging features like automatic re-compilation of CSS files, automatic reloading of template files, etc.