Skip to content

architchoudhury/virtualCampus

 
 

Repository files navigation

Columbia Virtual Campus

Welcome to Columbia Virtual Campus.

CVC is a static website (with certain dynamic components) build using React.js, Javascript and Firebase. It is developed using Gatsby, a static website generator, and utilizes components from Material UI and Material Kit React (By Creative Tim).

Requirements:

  1. Node (Npm comes installed with it)
  2. Gatsby CLI. Install it with npm i gatsby-cli

Running:

  1. Fork the github repo and clone it locally.
  2. NPM install the packages. (command: npm install)
  3. Run Command: gatsby develop.
  4. Go to http://localhost:8000/ to see the output. The website should be up!
  5. Any changes made to the code get reflected automatically on the website. If not, the refresh

Before Submitting:

  1. Before submitting code, please run: gatsby build && gatsby serve. See the output on http://localhost:9000/ and verify that it is exactly what you want.
  2. Make a pull request and inform your Project lead about it. Ask for review on github.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.4%
  • CSS 21.5%
  • Dockerfile 0.1%