Skip to content

gdscrgpv/gdsc-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDSC UIT RGPV

Google Developer Student Club (GDSC) is a student-led community that provides undergrad students with the opportunity to learn, grow or polish their technical skills. It provides students with a peer-to-peer learning environment to grow their knowledge as a developer and build solutions for society. Community learning is a key aspect of GDSC as it helps in effective learning and essential networking.

You can try our Live Demo here !!

forthebadge forthebadge forthebadge

Installation

  1. Clone the repo using the given link in the command window
  git clone https://github.com/gdscrgpv/gdsc-website
  1. Change your working directory to the gdsc-website
  cd gdsc-website
  1. Install all the required dependencies with just one command
  npm install
  1. Open in your favourite editor and to run the project
  npm start

Preferentially

You execute the above commands in just one line using :

git clone https://github.com/gdscrgpv/gdsc-website && cd gdsc-website && npm install && npm start

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.