Welcome to the METSOC (Metallurgy Society) GitHub repository! This repository is managed by the student body of the Metallurgical Engineering department at IIT(BHU), Varanasi. It serves as a hub for collaboration, development, and sharing of resources related to the METSOC project.
The Metallurgy Society (METSOC) is a student body affiliated with the Department of Metallurgical Engineering at IIT(BHU), Varanasi. METSOC plays a crucial role in fostering student-professor involvement within the department and organizing inter-branch activities.
For more information about METSOC and its initiatives, please visit METSOC Official Website.
We appreciate and welcome contributions from the community to enhance the METSOC project. Please follow these guidelines to contribute effectively.
- Fork the repository to your GitHub account.
- Clone the repository to your local machine.
- Create a new branch for your contributions.
- Make your changes and commit them.
- Push the changes to your forked repository.
- Submit a pull request to the main repository.
We follow the React Style Guide for writing code in this project. Please ensure your contributions adhere to this style guide.
If you encounter any bugs or issues while using the METSOC project, please report them on the GitHub Issues page.
Follow these steps to set up the METSOC project on your local machine.
- Visit the METSOC repository on GitHub.
- Click on the "Fork" button in the top-right corner of the page.
- Clone your forked repository to your local machine using the following command:
git clone <your-forked-repository-url>
- Navigate to the project directory:
cd metsoc-website
- Install all required packages using:
npm install
- Run the project using:
npm start