Welcome to the official GitHub repository of the TechVerse club at Modern Education Society's Wadia College of Engineering, Pune. This repository hosts the code for our official website.
TechVerse is a student-run tech club dedicated to fostering a community of tech enthusiasts within the college. We organize workshops, hackathons, and other events to promote learning and collaboration.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To get started with this project, you will need the following:
- Git installed on your system
- A web browser of your choice (No recommendation No Offense Chrome,Edge,Firefox,Opera,Brave,etc. any will do the job)
- A text editor of your choice (we recommend VS Code)
- A GitHub account
- Jekyll installed on your system (for previewing the website locally)
- Fork this repository to your own GitHub account.
- Clone the forked repository to your local machine.
- Make Sure you have Jekyll installed on your system. If not, follow the instructions here at https://jekyllrb.com/docs/.
- Open the folder in your terminal and run the following command:
bundle exec jekyll serve
bundle exec jekyll serve --livereload
- Open your browser and go to
http://localhost:4000/
to preview the website.
We welcome contributions from all students. If you have an idea for improving the website, please follow these steps:
- Fork this repository.
- Create a new branch in your forked repository.
- Make your changes in the new branch.
- Submit a pull request from the new branch in your forked repository to the
main
branch in this repository.
For any queries or suggestions, please feel free to contact us at techverse.mescoe@gmail.com. Let's code, collaborate, and grow together!