Read Team Repository
- Make sure you are in the proper directory (this one) 1a. All of these commands expect you start from the root of the directory 1b. These all need to be running in their own terminal windows
cd Database/Dictionary
2a../mvnw spring-boot:run
2b. This can be run concurrently with #3cd Database/GameDB
2a../mvnw spring-boot:run
cd Server\ Backend
4a.npm run start
cd Server\ Frontend
5a../gradlew desktop:dist
5b. Move thewords.txt
files from thecore/assets
folder at root of theServer Frontend
folder to thedesktop/build/libs
folder 5c.cd desktop/build/libs
5d.java -jar desktop-1.3-beta1.jar -debug -ai
- From step 4 of #5 (if you have to, repeat the steps above),
java -jar desktop-1.3-beta1.jar -debug -stats