blob: c4b243b706dbd2d3c3bd64adf646808a7118145a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Budget
- Pay according to your income
- Configure monthly payments
- View statistics
- Get weekly activity by email
# Getting started
1. Use `nix develop` to download dependencies.
2. Initialize the database with `bin/db init`.
3. Start the application with `bin/watch run`.
4. Connect with either:
- `john@mail.com` / `password`
- or `lisa@mail.com` / `password`.
|