mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 11:22:24 +02:00
update readme
This commit is contained in:
parent
8648fee786
commit
743940df3b
1 changed files with 16 additions and 2 deletions
18
readMe.md
18
readMe.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue