-
clone in your computer:
git clone http://apj.ce.kntu.ac.ir/git/root/<YOUR_REPO_URL> cd YOUR_REPO_URL
-
Run Javafx GUI
mvn clean javafx:run
-
Run tests
mvn clean test
-
push your change to the repository:
git add . git commit -m "commit message" git push