diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc38d1c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Lingo WebSocket + +Lingo with JavaFX and WebSockets + +## Build + +`mvn clean install` + +## Launch client + +`mvn -f client jfx:run` + +## Launch server + +Required for multiplayer play + +`mvn -f server spring-boot:run`