AlexJSully-Portfolio

Setup & Installation Guide

This guide walks you through installing, configuring, and running the Alexander Sullivan’s Portfolio project locally.

Prerequisites

🚀 Installation Steps

  1. Clone the Repository

     git clone https://github.com/AlexJSully/AlexJSully-Portfolio.git
     cd AlexJSully-Portfolio
    
  2. Install Dependencies

     npm ci
    
  3. Run the Development Server

     npm run dev
     # Visit http://localhost:3000
    
  4. Build for Production

     npm run build
     npm start
    

⚙️ Configuration

🧪 Testing & Validation

npm run validate
npm run test:cypress:e2e
npm run test:jest

📝 Troubleshooting


💡 Tip: For more details, see Usage Guides and Architecture.