You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SoleneLct edited this page Aug 12, 2024
·
3 revisions
Instalation
Avant de commencer à travailler sur le projet, suivez les étapes suivantes.
# Cloner le dépôt git
git clone https://github.com/veluqac/cycle.git
# Ouvrez le répertoire du projetcd cycle
# Installez les dépendances
npm install
# Installez Firebase
npm install -g firebase-tools
# Se connecter à Firebase
firebase login
# Compiler le projet
npm run build
Après avoir modifié le projet
# Redéployer le projet sur Firebase
firebase deploy