All assignments for the syduy group are in this repo
- Git installed
- 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