Skip to content

DSC-Unilag/GDSC-NodeJs-study-group-2021

Repository files navigation

GDSC NODE JS STUDY GROUP

All assignments for the syduy group are in this repo

Getting started

Prerequisites

  • Git installed

Setting up

  • Fork the repository
  • Follow this link to know how to fork a gthub repository here
  • Clone the forked. Run the following in your terminal
$ git clone https://github.com/**YOUR_GITUB_USERNAME**/GDSC-NodeJs-study-group-2021.git
$ cd GDSC-nodejs-study-group
$ git remote add upstream https://github.com/DSC-Unilag/GDSC-NodeJs-study-group-2021.git
$ npm install
  • To get latest updates from the original repository locally. run
$ git pull upstream main
  • This will pull all the latest updates from the main branch. The main branch will always be up to date.
  • For each specific assignment enter into the folder and read the README file there

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published