Allow creating GIF animations

This commit is contained in:
2024-02-16 21:15:11 +01:00
parent 3dfd31d93f
commit 92d0061284
4 changed files with 52 additions and 1 deletions

14
README.fr.md Normal file
View File

@@ -0,0 +1,14 @@
# Pixture
## Exécuter un serveur de développement
```bash
npm install
npm run dev
```
## Construire un site statique
```bash
npm run build
```