# 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
```