Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 606 Bytes

File metadata and controls

34 lines (23 loc) · 606 Bytes

Portfolio

A personal portfolio website built with Next.js, TypeScript, and Tailwind CSS.

Tech Stack

  • Framework: Next.js 16
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: shadcn/ui
  • Icons: Lucide React

Getting Started

Install dependencies:

pnpm install

Run the development server:

pnpm dev

Open http://localhost:3000 in your browser.

Available Scripts

  • pnpm dev - Start development server
  • pnpm build - Build for production
  • pnpm start - Start production server
  • pnpm lint - Run ESLint