official

Personal Portfolio Website

A modern, animated portfolio website built with Next.js, Tailwind CSS, and Framer Motion.

Features

Tech Stack

Getting Started

  1. Clone the repository:
    git clone <repository-url>
    
  2. Install dependencies:
    npm install
    
  3. Run the development server:
    npm run dev
    
  4. Open http://localhost:3000 with your browser to see the result.

Project Structure

Building for Production

npm run build

Then, start the production server:

npm start