blob: 3905ef212a33fd98f52182c1930901bb439dd87f (
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` if required.
3. Start the application with `bin/dev-server`.
4. Connect with either:
- `john@mail.com` / `password`
- or `lisa@mail.com` / `password`.
|