Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.23 KB

HackClub| VIT Chennai


Official website for Hackclub VIT chennai.

✍  DESCRIPTION

This is the official web platform for HackClub VIT Chennai. Showing all our Events both ongoing and upcoming. As well as our achievements.

📂  RELEVANT TECHNOLOGY

  • HTML,CSS,Bootstrap
  • JavaScript

💻  GETTING STARTED

=> Fork this repository to start contributing.

=> Open your Git Bash command window and in the root directory type the following commands :

    1) git init -initializes the git repository from the GitHub. 
    2) git remote add origin -sets the origin for your initialized folder
      (git remote add origin https://github.com/<your-username>/HackClub-Website)
    3) git pull origin main -pulls all data in main branch from origin into your local machine