Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 608 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 608 Bytes

EisenPOWA

A small playground project for fiddling around with Kotlin, Java 21 and OpenJFX.

The ultimate goal is to have a somewhat convenient application to organize user tasks in Eisenhower decision matrices.

Running the app

There are several ways to run the app.

From the IDE

  • Run the com.github.mtf90.App.kt file in IntelliJ.

From the CLI

  • Run mvn javafx:run

As a distributable

  • Run mvn package -Pdist
  • The target/eisenPOWA.zip artifact is a self-contained archive that should include all files necessary to run the app without any setup (such as installing a JRE).