aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7023624cf9d5c9a77466bb4c79a0ce68a21366c3 (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
# Shared Cost

Share costs with a group of people.

## Usage

```
cabal sandbox init
cabal install --only-dependencies
elm package install
npm install
npm run watch
```

## Configuration

Here is an example configuration file:

```
hostname = localhost:3001
port = 3001
sign-in-expiration-mn = 5
currency = €
```