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

Get perfumes with the same materials.

## Usage

```
cabal sandbox init
cabal install --only-dependencies
npm install
npm run build
```