This is the official Electron implementation of the Cashflow project.
First, clone the repo via git and install dependencies:
git clone https://github.com/zandrexrc/cashflow-electron.git
cd cashflow-electron
yarn
Start the app in the dev
environment:
yarn start
There are two database files located in src/database. Initially, both of them
are empty (tables are already defined, but no data yet).
We're going to be saving data in the cashflow.db database file,
while cashflow-empty.db will remain empty so we can use it to reset our data if needed.
It may also be helpful to add the cashflow.db file to .gitignore to prevent git from tracking it.
To package for the local platform:
yarn package
Read the Cashflow docs and guides here.
This project is built on Electron React Boilerplate. Read their docs and guides here.
MIT © Zandrex Camagon