/NIST_CCC

NIST Cloud Computing Club Website

Primary LanguageJavaScript

NIST Cloud Computing Club site

Steps to follow:

  • Clone the repo onto your local
 git clone <repo_url>
  • create a branch of your name
 git checkout -b <branch_name>
  • update the code change in the file memberDetails.js as per given
  • commit the changes & push
 git add .
 git commit -m <message>
 git push origin <your_branch_name>
  • create a pull request from github console