https://gabotthomas.github.io/Wizcars/
git clone https://github.com/GabotThomas/Wizcars.git
git checkout -b nom_de_la_branche
git pull origin master
git add fichier modifié
git commit -m "nom du commit"
git push origin nom_de_la_branche
git checkout master
git merge nom_de_la_branche
npm install
npm run scss
npm run scss-watch
Open index.html
in your browser and enjoy!