blob: 2fdd7bd8bc158016ae935714ad1e5e80692df6ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Shared Cost
Share costs with a group of people.
## Required dependencies
- `cabal2nix`
- `nix`
- `cabal-install`
- `npm`
- `elm`
## Usage
```
cabal2nix --shell . > shell.nix
nix-shell -I ~ --command 'cabal configure'
npm install
elm package install
npm start
```
## Configuration
```
hostname = localhost:3000
port = 3000
currency = €
sign-in-expiration-mn = 5
```
|