Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 714 Bytes

README.MD

File metadata and controls

30 lines (25 loc) · 714 Bytes

INSEES-2023

Documentation:

https://docs.google.com/document/d/1KTZPB5GZ-kxoSdzPDAGQ0il40N22kGBFc_lXH9375UU/edit?usp=sharing

Design Link:

FIRST TASK FOR ALL:

Clone Repository:

git clone https://github.com/INSEES-Website/INSEES.git

Next step

cd INSEES
npm i

EVERYTIME YOU WORK ON A NEW ISSUE:

Pull the main

  git pull origin main 
  (ALWAYS DO THIS STEP TO AVOID ANY MERGE CONFLICTS)

Make a new branch

  git checkout -b yourinitials_branchname
		(eg: don_homescreenfooter)

Add and commit

git add .
git commit -m “footer details added”

Push

git push -u origin your_branch_name

How to Run

node app.js
localhost:3000