/LibreYNAB

An open source alternative to YNAB

Primary LanguagePythonMIT LicenseMIT

LibreYNAB

An open source alternative to YNAB

Contributing

Setup

pip install -r requirements.txt

Database

Run the following commands to create the database file:

export FLASK_APP=ynab
export FLASK_ENV=development
flask init-db

Run

flask run

Point your browser to 127.0.0.1:5000/hello to load the application.

Code Formatting

LibreYNAB uses Black for a code formatter. Run Black on the codebase before submitting a pull request:

black ynab