Welcome to the official repository for the Google Developer Student Clubs (GDSC) website of IIITL 🎓. This repository is a dedicated platform that bridges theoretical knowledge with practical application, offering a comprehensive view of our club's activities and initiatives.
The GDSC club at IIITL is committed to enhancing technical proficiency by providing a platform for hands-on experience and learning. This repository encapsulates the codebase and resources for our official website, ensuring transparency and collaboration among our members.
To engage with this project, please follow the outlined steps:
- Git: Ensure you have Git installed on your local machine. If not, download and install Git.
- Node.js and npm: The project utilizes Node.js and npm for package management. Install these tools from the official Node.js website.
-
Clone the repository:
git clone https://github.com/DSC-IIITL/gdsc-iiitl-official.git
-
Navigate to the project directory:
cd gdsc-iiitl-official
-
Install project dependencies:
yarn
Execute the following command to run the website locally:
yarn dev
Access the website by navigating to http://localhost
in your web browser.
Encountering issues? For assistance or troubleshooting, refer to our wiki or create an issue for support.
Your contributions are invaluable to us! To contribute effectively:
- Fork this repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Implement your changes and commit them:
git commit -m 'Add some feature'
. - Push your changes to the branch:
git push origin feature/your-feature-name
. - Submit a pull request for review.
Ensure adherence to our Contributing Guidelines and uphold our Code of Conduct during your contributions.
For comprehensive documentation, guidelines, and resources, please visit our Wiki Pages.
This project is licensed under the MIT License. For more details, refer to the LICENSE file.
We look forward to your contributions and collaboration!