Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 431 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 431 Bytes

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