blob: 42a38028d0562ac0201e83fdae99c3790603ccad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
```
|