Skip to content

divyanshupundir/website

Repository files navigation

Personal Website - divpundir.com

Built using React, Next.js, Tailwind CSS, shadcn/ui, Rehype and Remark for MDX. Deployed on Vercel.

Setup

  1. Clone

    git clone [email protected]:divyanshupundir/website.git
    cd website
  2. Install

    npm install

Usage

  • Development

    npm run dev
  • Production

    npm run build
    npm start