https://docs.google.com/document/d/1KTZPB5GZ-kxoSdzPDAGQ0il40N22kGBFc_lXH9375UU/edit?usp=sharing
git clone https://github.com/INSEES-Website/INSEES.git
cd INSEES
npm i
git pull origin main
(ALWAYS DO THIS STEP TO AVOID ANY MERGE CONFLICTS)
git checkout -b yourinitials_branchname
(eg: don_homescreenfooter)
git add .
git commit -m “footer details added”
git push -u origin your_branch_name
node app.js
localhost:3000