Skip to content

INSEES-Website/INSEES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published