- Download the latest release at https://github.com/mc-cat-tty/PersonalFinance/releases/latest
- Run PersonalFinance.jar through the gui (usually by double clicking it) or through the cli (
java -jar PersonalFinance.jar
)
mkdir build && cd build
cmake .. && make
On Windows you might need to use `-G "MinGW Makefiles" option to set the generator.
Run target (inside build directory):
make run
Generate doc (inside build directory):
make gendoc
- Inter Font: https://fonts.google.com/specimen/Inter
- Material Icons: https://fonts.google.com/icons
- Material Colors: https://mui.com/material-ui/customization/color/
Feel free to report any bug or issue by opening a issue marked as bug or enhancement