aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: fcd32de872060d34312635b4234b7a545e21a44a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Perfumes

Get perfumes with the same materials thanks to data from http://olfatheque.com.

## Usage

```
cabal sandbox init
cabal install --only-dependencies
npm install
npm run build
./run lemon cocoa
```