19 lines
400 B
Markdown
19 lines
400 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.
|