828 B
828 B
cpatino.com
A personal portfolio site built with Astro, React, and TailwindCSS.
Showcases projects, resume, and contact information for Carlos Patino.
Optimized for performance, accessibility, best practices, and SEO (Lighthouse scores: 100/95/100/100).
Screenshots
Installation
- Clone the repository:
git clone https://github.com/c4patino/cpatino.com.git cd cpatino.com - Install dependencies:
pnpm install
Usage
- Start development server:
pnpm dev - Build for production:
pnpm build - Preview production build:
pnpm preview
