Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 413 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 413 Bytes

flagsmith-visual-demo

Linux / Mac

If you run on Linux or Mac, follow these steps:

To run the project: mvn clean compiler:compile javafx:run

To create a fat jar:

mvn compile package
java -jar shade/hellofx.jar

Windows

If you run on Windows, follow these steps:

To run the project: mvn compile exec:java

To create a fat jar:

mvn compile package
java -jar shade\hellofx.jar