This is the official GDSC x VIT Bhopal University website.
Visit the community page: GDSC x VIT Bhopal University Community Page
Developer Student Clubs is an initiative of Google Developers. Google collaborates with DSC Leads once a year who are pursuing an undergraduate or graduate university degree and supports them as they start and grow their on-campus community. DSC activities are targeted at University students and others including faculty members who want to learn development skills & work to solve real-life problems.
We at DSC — VIT Bhopal look forward to forming a community where we are able to convert our knowledge into real-time application, help each student to develop in different fields of technology and make use of our knowledge to build something that helps local businesses around us as well as their community.
- Next JS
- Tailwind CSS
- Framer Motion
To set up the project locally follow the given steps
- Fork this repo
- Go to the terminal create a new directory and clone the project in your local using the below command
git clone https://github.com/coderKrysio/gdsc-website-2024.git
- Change the directory to the project directory
cd gdsc-website-2024
- Install the dependencies
pnpm install
- Run the project using the command
pnpm run dev
Go to localhost:3000 where the project will be running!