Skip to content

y17godara/website

Repository files navigation

My Personal Website

visitors

Tech Stack

Getting Started

  1. Clone the repository:
git clone
  1. Install dependencies:
npm install
  1. Setup Environment Variables

    NEXT_PUBLIC_SITE_URL=http://localhost:3000
    NEXT_PUBLIC_SITE_KEYWORDS=
    NEXT_PUBLIC_BASE_URL=http://localhost:3000
    DOMAIN="localhost:3000"
    NODE_ENV=
    DATABASE_URL=
    DIRECT_URL=
    REDIS_URL=
    REDIS_TOKEN=
  2. Setup Database/ Prisma:

npx prisma generate
npx prisma db push
npx prisma migrate dev --name init
  1. Start the Development Server:
npm run dev

Deployment

This project is deployed on Vercel and is automatically deployed on every push to main branch.