Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.08 KB

File metadata and controls

31 lines (24 loc) · 1.08 KB

Lenin Meza Portfolio

This portfolio was autonomously generated by Antigravity and is designed to reflect the deep enterprise experience of Lenin Meza, Senior Software Architect & Technical Lead.

Deployment Instructions

Deploying to GitHub Pages via Actions (Recommended)

  1. Make sure Lenin_Meza-Resume.pdf is placed inside the public directory.
  2. Initialize or push this directory to a GitHub repository:
    git init
    git add .
    git commit -m "feat: Initial portfolio commit"
    git branch -M main
    git remote add origin https://github.com/YourUsername/YourRepo.git
    git push -u origin main
  3. Once pushed, the included GitHub Action (.github/workflows/deploy.yml) will automatically build and deploy the Next.js static export to GitHub Pages.

Local Development

  1. Run npm install
  2. Run npm run dev
  3. View the application at http://localhost:3000

Technology Stack

  • Next.js 15 (App Router with output: 'export')
  • Tailwind CSS v4 & Shadcn/ui
  • Framer Motion for scroll-linked animations
  • Fully static bundle for seamless GitHub Pages hosting.