Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 552 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 552 Bytes

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
  1. Install dependencies:
npm install
  1. Run dev server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.