# 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
```

## Bucklescript links

- [Documentation](https://bucklescript.github.io/docs/en/interop-overview)
- [Ocaml std API](https://caml.inria.fr/pub/docs/manual-ocaml-4.02/stdlib.html)
- [Libraries](https://bucklescript.github.io/bucklescript/api/index.html)