This portfolio was autonomously generated by Antigravity and is designed to reflect the deep enterprise experience of Lenin Meza, Senior Software Architect & Technical Lead.
- Make sure
Lenin_Meza-Resume.pdfis placed inside thepublicdirectory. - 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
- Once pushed, the included GitHub Action (
.github/workflows/deploy.yml) will automatically build and deploy the Next.js static export to GitHub Pages.
- Run
npm install - Run
npm run dev - View the application at
http://localhost:3000
- 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.