Skip to content

gdgdtu/GDG_Official_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OFFICIAL DTU GDSC WEBSITE

Welcome to the DTU Official GDSC Website! This repository is designed to help developers collaborate and contribute efficiently.

🚀 Getting Started

Follow these steps to set up the project on your local machine.

1️⃣ Fork the Repository

  1. Go to the original repository on GitHub.
  2. Click the Fork button at the top right corner.
  3. This will create a copy of the repository under your GitHub account.

2️⃣ Clone Your Forked Repository

git clone https://github.com/Ravi3727/GDG_Official_Website.git 
cd Frontend

3️⃣ Create a New Branch

# Replace your-name with your actual name
git checkout -b your-name

4️⃣ Install Dependencies

npm install

5️⃣ Start Development Server

npm run dev

This will start a local development server at http://localhost:5173/.

🛠 Project Structure (Frontend)

├── src/
│   ├── components/   # Reusable components
│   ├── pages/        # Page components
│   ├── styles/       # TailwindCSS styles
│   ├── main.jsx      # Entry point
│   ├── App.jsx       # Main App component
├── public/           # Static files
├── package.json      # Dependencies & scripts
├── tailwind.config.js # TailwindCSS configuration
└── vite.config.js    # Vite configuration

📌 Contribution Guidelines

1️⃣ Make Your Changes

  • Add new features, fix bugs, or improve documentation.
  • Ensure your code follows best practices and is properly formatted.

2️⃣ Commit Your Changes

git add .
git commit -m "Added feature: description"

3️⃣ Push to Your Branch

git push origin your-name

4️⃣ Create a Pull Request (PR)

  1. Go to your forked repository on GitHub.
  2. Click Compare & pull request.
  3. Provide a clear title and description of the changes.
  4. Submit the PR for review.

✅ Code of Conduct

  • Write clean, readable, and well-documented code.
  • Use meaningful commit messages.

💡 Need Help?

If you have any questions, feel free to open an issue or discuss in the repository.

Happy Coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published