Skip to content

zandrexrc/cashflow-electron

Repository files navigation

Cashflow

Cashflow

Cashflow is an app that helps you keep track of your finances.

This is the official Electron implementation of the Cashflow project.

Install

First, clone the repo via git and install dependencies:

git clone https://github.com/zandrexrc/cashflow-electron.git
cd cashflow-electron
yarn

Starting Development

Running the app

Start the app in the dev environment:

yarn start

About the database files

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.

Packaging for Production

To package for the local platform:

yarn package

Docs

Read the Cashflow docs and guides here.

This project is built on Electron React Boilerplate. Read their docs and guides here.

License

MIT © Zandrex Camagon

About

An app to help you keep track of your finances.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published