GDSCITM-official-website
GDSCITM-official-website copied to clipboard
This is GDSCITM official website
Table of Contents
-
About The Project
- Built With
-
Getting Started
- Fork
- Prerequisites
- Installation
- Contributing
- License
- Contact
About The Project
Google Developer Student Clubs (GDSC) ITM website is an open source website develop to help the students to get to know what and how gdsc is working. Why we need gdsc website.
Here's why:
- Students can give feedback
- All details related to gdsc is on single page
- Can get to know the current and upcoming events and how you can enroll and contribute in that evernt.
Built With
Frameworks and libraries used in project.
Getting Started
To get a local copy up and running follow these simple example steps.
Fork
A fork is a copy of the original repository. Once you fork a repo, a copy is stored on your account and the changes you make to it can be incorporated into your copy of the project instead of the original repo. You then own the copy of the repository.
Procedure
-
Fork the repo from the original project’s repository. The button is located in the right upper corner.

-
Go to your own account; there will be a copy of the project in your repositories.
-
Next, you can clone the repository locally by using
git clone URL. In place ofURL, put the forked repository’s URL. Click and copy thehttps URL.

Prerequisites
Download node and npm latest version on your local machine.
- npm
npm install npm@latest -g
Installation
Steps to set up project on your local machine .
- Clone the repo
git clone https://github.com/your_username_/GDSC-website.git - Install NPM packages
npm install - Start the project
npm start
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b gdsc/featureName) - Commit your Changes (
git commit -m 'Add some featureName') - Push to the Branch (
git push origin gdsc/featureName) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt for more information.

