Skip to content

This repository contains the codebase for the Rotaract Galgotias website built with Next.js and Prisma.

Notifications You must be signed in to change notification settings

rotaractgalgotias/website-rewrite

Repository files navigation

Rotaract Galgotias Website

This repository contains the codebase for the Rotaract Galgotias website built with Next.js and Prisma.

Features

  • Next.js
  • Prisma ORM
  • TypeScript Support
  • Rotaract Integration

Setup

  1. Clone the repository

    git clone https://github.com/your-username/rotaract-galgotias-website.git
    cd rotaract-galgotias-website
  2. Install dependencies

    npm install
    # or
    yarn install
  3. Configure environment variables

    Rename .env.example to .env and update the values.

    DATABASE_URL="your db url"
    CURRENT_YEAR=2024
    ROTARACT_API_KEY="your rotaract api key"
  4. Run Prisma migrations

    npx prisma migrate dev
  5. Start the development server

    npm run dev
    # or
    yarn dev

License

MIT

About

This repository contains the codebase for the Rotaract Galgotias website built with Next.js and Prisma.

Topics

Resources

Stars

Watchers

Forks