This is the official website for the community, Google Developer Groups on campus - VIT, Mumbai.
Google Developer Groups (GDG) is a student-led community backed by Google Developers aimed at empowering undergraduate students from all disciplines to grow their knowledge in technology, build solutions for their local communities, and connect with other members from the Google community.
Make sure you have Node.js installed on your machine.
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open your browser
Navigate to http://localhost:3000 to see the website.
npm run dev- Start development servernpm run build- Build for productionnpm start- Start production servernpm run lint- Run linting checks