Welcome to Materials Engineering Society (MatES)
Materials Engineering Society (MatES), IIT PATNA is an association of UG & PG students, college faculty and staff of the Department of Metallurgical and Materials Engineering of IIT Patna.
For the quick start, you can follow the steps below:
git clone https://github.com/<your-github-username>/new-website
- Navigate to the project directory.
cd new-website
- Create a new branch.
git checkout -b <your_branch_name>
Run the following command to install the required dependencies.
-
Open the live server
-
Stage your changes and commit
git add -a
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
-
Create a Pull-Request to
main
. -
Congratulations! 🎉 you've made your contribution to MatES IITP.