/GDSC_LBCE_Website

The official website of GDSC LBCE community.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Google Developer Student Club - LBCE Website

GitHub issues GitHub pull requests PRs Welcome

Banner


The official website of GDSC LBCE community.

We are a new GDSC and looking for contributors to help us build our community website from scratch.

Tech Stack 👨‍💻

Steps to start contributing to the project

Forking and clone

Fork the repository and clone it using the following command

git clone https://github.com/Your Github Username/GDSC_LBCE_Website.git

Run the following command in the root of the project to install the packages on the client side:

cd GDSC_LBCE_Website
open index.html

Starting to contribute

Try solving the existing issues or raise a new one here.

Follow the below steps while contributing

  1. Create your Feature Branch ( git checkout -b feature/YourFeature )
  2. Add your Changes after finishing up with the issue ( git add . )
  3. Commit your Changes ( git commit -m 'Added an awesome feature' )
  4. Push to the Branch ( git push )
  5. Open a Pull Request

Good luck contributing Developer.