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

Share costs with a group of people.

## Usage

Install the nix package manager and get `cabal-install` and `cabal2nix`.

```
cabal2nix --shell . > shell.nix
nix-shell -I ~ --command 'cabal configure'
npm install
npm run elm-install
npm start
```

## Configuration

Here is an example configuration file:

```
hostname = localhost:3001
port = 3001
currency = €
```