# man.deuxfleurs.fr

## Construire

```bash
zola build
```

## Déployer

```bash
aws s3 sync ./public s3://man.deuxfleurs.fr
```

## Développer

```bash
zola serve
```