-
Clone the application repo to your local machine if you have not.
-
Open a terminal instance in the top-level directory of the codebase (where the repo was downloaded). Your terminal should show something along the lines of
.../cse-110-project-team-12
as the current working directory. -
Run the following command in the terminal:
- For Mac users:
./gradlew run -Pmain=edu.ucsd.cse110.server.Server
- For Windows users:
./gradlew run -P main=edu.ucsd.cse110.server.Server
This initializes the server for the application.
- For Mac users:
-
Open a new terminal instance (with the same working directory as the previous one) and run the following command:
./gradlew run
This starts the application.