Welcome to the official repository of the Google Developer Group - Pillai College of Engineering (GDG-PCE) 🌐. This repository hosts the code for our dynamic, community-focused website.
/
├── public/ # Public assets directory
├── src/ # Source files for the project
│ ├── app/ # App Router directory (routes, layouts, styles, etc.)
│ ├── components/ # Reusable UI components
│ ├── data/ # Static or dynamic data files
│ └── lib/ # Utility functions or custom hooks
├── package.json # Dependencies and scripts
├── next.config.js # Next.js configuration
├── postcss.config.js # PostCSS configuration
├── tailwind.config.js # Tailwind CSS configuration
└── README.md # Project documentation
Follow these steps to set up the project locally:
-
Clone the repository
git clone https://github.com/gdgpce/website.git cd website
-
Install dependencies
npm install
-
Start the development server
npm run dev
Visit
http://localhost:3000
in your browser to view the website.
- NextJS
- React
- Three.Js
- Ant Design
- NextUI - Figma
This project is licensed under the MIT License.
- 🌍 GDG-PCE Website