No description
  • TypeScript 54.8%
  • Astro 26.9%
  • CSS 11%
  • Nix 5.1%
  • JavaScript 2.2%
Find a file
2025-09-07 00:04:34 -05:00
.github/workflows ci: added eslint to project for linting 2025-07-20 19:29:37 -05:00
docs/assets docs: added LICENSE and README 2025-08-24 12:47:14 -05:00
public chore: updated resume asset 2025-09-07 00:04:34 -05:00
src docs: added nixvim maintainer entry under open source experience 2025-09-05 15:18:27 -05:00
.envrc init: initial commit 2025-06-15 16:07:08 -05:00
.gitignore chore: updated .gitignore 2025-07-21 08:35:42 -05:00
.prettierrc init: initial commit 2025-06-15 16:07:08 -05:00
astro.config.mjs init: initial commit 2025-06-15 16:07:08 -05:00
components.json init: initial commit 2025-06-15 16:07:08 -05:00
eslint.config.js ci: added eslint to project for linting 2025-07-20 19:29:37 -05:00
LICENSE docs: added LICENSE and README 2025-08-24 12:47:14 -05:00
package.json chore: incrementing version to 0.4.3 2025-09-05 20:19:35 +00:00
pnpm-lock.yaml ci: added eslint to project for linting 2025-07-20 19:29:37 -05:00
README.md docs: added LICENSE and README 2025-08-24 12:47:14 -05:00
tsconfig.json init: initial commit 2025-06-15 16:07:08 -05:00

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