Skip to content

PradiptaBehera8558/NIST_CCC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NIST Cloud Computing Club Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.6%
  • CSS 41.2%
  • HTML 2.2%