Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.47 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.47 KB

💻 GDSC Website

This is the GitHub repository for the Google Developer Student Club (GDSC) website. The website is built using Next.js and Tailwind CSS, and serves as a platform for sharing information about the club's activities, events, and resources.

known issues

  • Footer section needs improvement.
  • Font and color uniformity needs to be addressed.
  • Testimonial section responsiveness needs to be fixed.
  • Vector images need to be updated.

🚀 Getting Started

To get a local copy up and running, follow these steps:

  1. Clone the repository:
  git clone https://github.com/DSC-JainUniversity/gdsc-website.git
  1. Install the dependencies:
  npm install
  1. Start the development server:
  npm run dev
  1. Open your browser and navigate to http://localhost:3000 to see the website.

🤝 Contributing

Contributions are welcome! To contribute, please follow these steps:

  • Fork the repository
  • Create a new branch for your feature or bug fix
  • Make your changes and commit them with descriptive commit messages
  • Push your changes to your fork
  • Create a pull request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.