### Instruction d'installation ###
```
git clone https://github.com/MelanieGleo/sortir.com.git
cd sortir.com
composer install
```
### Instruction pour récupérer les données sur sa branche ###
Sur la branche main :
```
git pull
git checkout nom_de_la_branche
```
Sur votre branche :
```
git merge main
```