Welcome to the official website of Anveshan, the annual fest organized by the Metallurgy Department at the Indian Institute of Technology (BHU), Varanasi. Anveshan is a celebration of innovation, exploration, and excellence in the field of metallurgy. This website is maintained by MetSoc (Student Org)
Before running the Vite React website, ensure you have the following installed:
- React (v18)
- Firebase
-
Clone this repository to your local machine:
git clone <repository-url>
-
Navigate to the project directory:
cd <project-directory>
-
Install dependencies using Yarn:
yarn install
To run the development server and start coding:
yarn devThis command starts the development server and serves your project. By default, you can access your site at http://localhost:5173.
To build your project for production, run:
yarn buildThis command builds your project for production in the dist directory.
The folder structure of this project is as follows:
public: Contains static assets like HTML files, images, and fonts.src: Contains the React components, styles, and other frontend-related code.
If you would like to contribute to this project, please follow the standard GitHub flow:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Submit a pull request to the main repository.