aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7c78b0eec6106f01b46247e93b1e9b9e8015faef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
```