Add a server section to the readme

This commit is contained in:
Thomas Andres Gomez 2025-03-17 09:31:56 +01:00
parent 8fdc6f12ab
commit a617d4ba7b

View file

@ -5,6 +5,8 @@ Recommended configuration :
* Server :
- Run : `Kotlin configuration` with main class : `com.pixelized.server.lwa.ApplicationKt`
- build : `Gradle configuration : "server:buildFatJar"`
- the server jar can be found under ./server/build/libs/
- the server can can be run with java `-jar server-all.jar`
* Client :
- Run the debug version of the app : `Gradle configuration : "composeApp:run"`