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.
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
Try solving the existing issues or raise a new one here.
Follow the below steps while contributing
- Create your Feature Branch ( git checkout -b feature/YourFeature )
- Add your Changes after finishing up with the issue ( git add . )
- Commit your Changes ( git commit -m 'Added an awesome feature' )
- Push to the Branch ( git push )
- Open a Pull Request