GDSC-RCCIIT / gdg-website

official GDG site for RCCIIT,Kolkata
MIT License
13 stars 43 forks source link
gdg gssoc-ext hacktoberfest rcciit

This project is now OFFICIALLY accepted for

GirlScript Summer of Code Hacktoberfest

GDG RCCIIT Website πŸš€

image

Official Website for GDG on Campus RCCIIT

Welcome to the official repository of the GDG on Campus RCCIIT website! This project is an open-source initiative aimed at building a modern, interactive, and feature-rich platform for our Google Developer Group (GDG). We invite developers, designers, and content creators from all over to contribute and make this project a success!

πŸ“ˆ GitHub Repository Stats

🌟 Stars 🍴 Forks πŸ› Issues πŸ”” Open PRs πŸ”• Closed PRs πŸ› οΈ Languages βœ… Contributors
GitHub stars forks issues pull requests Closed PRs Languages Contributors

Project Structure ✨

Check the project structure here Project Structure

✨ Tech Stack

🌟 Features

🎨 Screenshots

(Screenshots will be added as the development progresses)

🀝 Contribution Guidelines

We welcome everyone to contribute to the GDG RCCIIT website! Please review our CONTRIBUTING.md and CODE_OF_CONDUCT.md for more details on how to get involved.

Each contributor can only have 3 issues assigned or created at a time. Any additional issues will be considered spam and will be closed.

πŸš€ Getting Started

Prerequisites

Local Development

  1. Clone the Repository:

    git clone https://github.com/GDSC-RCCIIT/gdg-website.git ./
  2. Install Dependencies:

    npm install
  3. Set Up Environment Variables:

    cp .env.example .env.local
  4. Run the Development Server:

    npm run dev

    Visit http://localhost:3000 to view the local version of the website.

πŸ› οΈ Technologies Used

πŸ“‚ How to Run the JSON Server

To set up and run a JSON server for testing or development purposes, follow these steps:

Prerequisites

Installation

  1. Install JSON Server and CORS: Open your terminal and run the following command to install json-server and cors:
    npm install -g json-server cors

Running the JSON Server

  1. Navigate to your project directory:

    cd path/to/your/project
  2. Run the JSON Server: Execute the following command to start the JSON server:

    npx json-server data.json --port 5000
  3. Access the Server: You can now access the JSON server at http://localhost:5000. This will serve your data.json file, and you can interact with it via API endpoints.

πŸ‘€ Our Valuable Contributors πŸ’–βœ¨

πŸ’— Forkers

Forkers repo roster for @GDSC-RCCIIT/gdg-website

⭐ Stargazers

[![Stargazers repo roster for @GDSC-RCCIIT/gdg-website](https://reporoster.com/stars/GDSC-RCCIIT/gdg-website)](https://github.com/GDSC-RCCIIT/gdg-website/stargazers)

🌐 Connect with Me

LinkedIn Outlook Discord

Thank you for visiting! Feel free to reach out through any of the links above.

Let me know if you'd like to add or modify any details!

Back to Top