Skip to content

Xiphe/budgetbudget

 
 

Repository files navigation

BudgetBudget App Icon

BudgetBudget

 

Envelope budgeting using your MoneyMoney transactions.

 

How to use

This app is currently still in development and only pre-released as an alpha version. If you want to check it out grab the latest release from the Releases Page.

Contributing

You're really welcome to submit Pull Requests and Issues.

Please keep in mind that i'm building this app in my free time and don't plan to monetize it.
That means all help is really welcome but it might take some time for me to respond to issues or review PRs.

Run the app in development mode

All of the following assume that you're working on a recent version of MacOS and have NodeJS installed.

Run the following in your terminal:

# check out the source-code
git clone git@github.com:Xiphe/budgetbudget.git
cd budgetbudget

# install dependencies
npm install

# start the app in development mode
npm start

License

BudgetBudget - work with monthly budgets alongside moneymoney Copyright (C) 2020 Hannes Diercks

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.