Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 750 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 750 Bytes

OnePageFx

🚀 Only allows you to create a single note

🚀 No possibility of creating multiple notes so your notes are always in front

🚀 Single App across platforms

🚀 Remove any formatting style

🚀 Auto-save notes

Development

You'll need Java17 and JavaFX to build and run this application. The easiest way is to use SDKMAN.

Once you have SDKMAN installed, you can install 17.0.5.fx-zulu which includes the JavaFX library.

sdk install java 17.0.5.fx-zulu

Once it is installed, just run the following command to build the application.

make run 

You can just run make to display list of available commands.

make

Packaging

make install