This repository contains the codebase for the Rotaract Galgotias website built with Next.js and Prisma.
- Next.js
- Prisma ORM
- TypeScript Support
- Rotaract Integration
-
Clone the repository
git clone https://github.com/your-username/rotaract-galgotias-website.git cd rotaract-galgotias-website
-
Install dependencies
npm install # or yarn install
-
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"
-
Run Prisma migrations
npx prisma migrate dev
-
Start the development server
npm run dev # or yarn dev
MIT