# Shared Cost Share costs with a group of people. ## Usage Install the nix package manager and get `cabal-install` and `cabal2nix`. ``` cabal2nix --shell SharedCost.cabal > 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 = € ```