DrCr/README.md

400 B

DrCr

DrCr (‘debit-credit’) is a self-contained open-source double-entry bookkeeping framework.

Building

DrCr is a Tauri application using the pnpm package manager for the frontend.

For basic quickstart, clone the git repository and run:

$ pnpm install
$ pnpm tauri dev

Usage

See docs.md for further information.