aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9ce01f693e48a335af211f9bd6e631f8d4a70ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Cooking

Available at [https://cooking.guyonvarch.me](https://cooking.guyonvarch.me).

## Gettings started

Start the environment with:

```bash
./dev start
```

Later, stop the environment with:

```bash
./dev stop
```

## Deploy

```bash
nix-shell --run ./deploy
```