Add README.md

This commit is contained in:
Charles Gould 2016-12-30 22:43:19 -05:00
parent 89712083cc
commit 8e2d443c0e

17
README.md Normal file
View File

@ -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`