Official website for Hackclub VIT chennai.
This is the official web platform for HackClub VIT Chennai. Showing all our Events both ongoing and upcoming. As well as our achievements.
- HTML,CSS,Bootstrap
- JavaScript
=> 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