update readme

This commit is contained in:
Laetitia Getti 2023-04-11 16:15:35 +02:00
parent 8648fee786
commit 743940df3b

View file

@ -1,11 +1,25 @@
# La Chariotte
## Présentation
La Chariotte est une application web sous licence libre Affera GPL, développée et maintenue par [Hashbang](https://hashbang.fr/).
## Lancer les tests et linter
## Développement
Cloner le projet :
```bash
git clone https://gitlab.com/hashbangfr/la_chariotte.git
```
Installer les dépendances :
```bash
pip install -r requirements.txt
pip install -r dev-requirements.txt
```
## Lancer les tests
Lancer les tests avec pytest :
```bash
pytest
```