Skip to content

Coding-Club-IITG/CCW

Repository files navigation

Coding Club IITG Website

The official web platform for Coding Club IITG.

Tech Stack

Prerequisites

  • Node.js: v24.15.0+
  • Package Manager: pnpm
  • MongoDB: A running instance or MongoDB Atlas URI
  • Redis: A running instance (local or cloud)

Environment Setup

  1. Copy the example environment file:
    cp .env.example .env.local
  2. Fill in all the variables

Getting Started

  1. Prepare:
    pnpm install
    pnpm seed
  2. Run in development mode:
    pnpm dev
  3. Run on server:
    pm2 start ecosystem.config.js

Contributing

Please follow the club's coding standards. Ensure all new features are type-safe and accompanied by appropriate documentation.

About

New Website WIP

Resources

Stars

Watchers

Forks

Contributors