25 lines
615 B
Markdown
25 lines
615 B
Markdown
# DrCr
|
|
|
|
DrCr (‘debit-credit’) is a self-contained open-source double-entry bookkeeping framework.
|
|
|
|
## Building
|
|
|
|
DrCr is a [Tauri](https://v2.tauri.app/) application using the [pnpm](https://pnpm.io/) package manager for the frontend.
|
|
|
|
For basic quickstart, clone the git repository and run:
|
|
|
|
```
|
|
$ pnpm install
|
|
$ pnpm tauri dev
|
|
```
|
|
|
|
## Usage
|
|
|
|
See [docs.md](docs/docs.md) for further information.
|
|
|
|
## Screenshots
|
|
|
|

|
|
|
|
More screenshots are available in its introduction post [here](https://yingtongli.me/blog/2025/06/09/drcr.html).
|