blob: 9a124c43471922b3f987f6746e90b788115751e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
[Cooking](https://guyonvarch.gitlab.io/cooking)
===============================================
[![build status](https://gitlab.com/guyonvarch/cooking/badges/master/build.svg)](https://gitlab.com/guyonvarch/cooking/commits/master)
Gettings started
----------------
Install nix and follow the instructions:
```sh
curl https://nixos.org/nix/install | sh
```
Then:
```sh
make start
```
Later, stop the environment with:
```sh
make stop
```
TODO
----
- add tests for purescript parser
- group by (Plat / Dessert (High / Low carb))
|