cpatino.com/README.md

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

App Screenshot

Installation

  1. Clone the repository:
    git clone https://github.com/c4patino/cpatino.com.git
    cd cpatino.com
    
  2. Install dependencies:
    pnpm install
    

Usage

  • Start development server:
    pnpm dev
    
  • Build for production:
    pnpm build
    
  • Preview production build:
    pnpm preview
    

License

Apache License 2.0

Authors