Portfolio

This is a personal portfolio website built with Next.js and Aceternity UI, leveraging TypeScript for type safety and development efficiency. The site showcases my projects, skills, and experience in a clean, modern design.

Running the project locally

  1. Clone this repo:
    git clone https://github.com/AaronFlore/Portfolio.git
    cd Portfolio
    
  2. Install dependencies:
    npm install
    
  3. Run dev server:
    npm run dev
    
  4. Open http://localhost:3000 with your browser to see the result.