Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
/ gitfx Public archive

A simple git client with Java 11+, JavaFX 15+ and GraalVM

License

Notifications You must be signed in to change notification settings

ArloL/gitfx

Repository files navigation

gitfx

A simple git client with Java 11+, JavaFX 15+ and GraalVM.

Quick Instructions

Run the application using:

mvn javafx:run

Build a native image using:

mvn gluonfx:build

Run the native image app:

mvn gluonfx:run