anikeshaman / NIST_CCC

NIST Cloud Computing Club Website

Home Page:https://nist-ccc.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://nist-ccc.vercel.app


Languages

Language:JavaScript 66.6%Language:CSS 32.5%Language:HTML 0.9%