Preprocessor CSS
Assure-toi d’avoir la bonne version (min v12) de nodejs
node -v
gem install sass
Clone le projet
git clone https://github.com/orchestra-ts/test-webdesigner.git
Dans le projet
cd designer-test
Lance un
npm install
Fait toi une branche nommée par ton prenom.premiere_lettre_de_ton_nom
git pull
git checkout -b [prenom.premiere_lettre_de_ton_nom]
Puis exécute
npm run start
Et ensuite suis les instructions affichées sur l’index.html
Une fois terminé commit et push ta branche
git commit -am "Message du commit"
git push origin [prenom.premiere_lettre_de_ton_nom]