blob: e8247c6ebfd1f12980ef73dfdeb68782c2c39eba (
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
32
33
34
35
36
37
|
# Cooking
Live [here](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
1. Install nix and follow the instructions:
```bash
curl https://nixos.org/nix/install | sh
```
2. Setup `direnv`.
3. Then, start the environment with:
```bash
make start
```
4. Later, stop the environment with:
```bash
make stop
```
## Deploy
```bash
./make deploy
```
## Improvements
- transform points into todo items
|