aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c847c52b10134e45687bd7b4c35d89389c9271fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
```