NOTE You will need the latest version of Java installed.
- Download the latest release dmg from Releases
- Open the dmg
- Copy
PracticeStatsTracker
andPractice Stats.app
intoApplications
To run click on Practice Stats.app
in Applications.
The dependencies for this project are managed via Gradle.
To get started with development, start by setting up cloning this repository, then running the following to setup Gradle:
gradle wrapper
Now the server can be started by running on port 7070
using the command below
gradle run