- Mac (.dmg)
- Windows (.exe) coming soon
- Linux (.deb) coming soon
- Linux (.rpm) coming soon
- Change directories to the root folder of the project in terminal (aka DataMea)
- then run this to get the latest dependencies then to build the jar enter
mvn clean install -U
- Next run this to build the jar
mvn jfx:jar
- Then to run it enter
mvn jfx:run