forked from Deuxfleurs/guide.deuxfleurs.fr
20 lines
169 B
Markdown
20 lines
169 B
Markdown
|
# man.deuxfleurs.fr
|
||
|
|
||
|
## Construire
|
||
|
|
||
|
```bash
|
||
|
zola buil
|
||
|
```
|
||
|
|
||
|
## Déployer
|
||
|
|
||
|
```bash
|
||
|
aws s3 sync ./public s3://man.deuxfleurs.fr
|
||
|
```
|
||
|
|
||
|
## Développer
|
||
|
|
||
|
```bash
|
||
|
zola serve
|
||
|
```
|