This is a repository where the official website for Google Developer Students Club-MPSTME Shirpur is developed. The source code is available to everyone under the standard MIT license
There are many ways you can participate in this project, for example:
- Submit bugs and feature requests
- Review source code changes
- You may also solve the issues, and submit PR's
If you want to find fixes to the issues or understand the source code of the website the you would want to firstly get all the source code to your machine, and then run it. Here are the steps you should follow in order to clone, and run it on your machine:
- First, fork the repository so that you can make a pull request. Then, clone your fork locally:
git clone https://github.com/<<<your-github-account>>>/GDSC-MPSTME-Website.git
- Now execute
npm i
command in order to install all necessary packages used to build this website. - Now
cd GDSC-MPSTME-WEBSITE
andnpm start
in order to view the website on your machine locally.