No description
  • TypeScript 54.8%
  • Astro 26.9%
  • CSS 11%
  • Nix 5.1%
  • JavaScript 2.2%
Find a file
C4 Patino 8eaf034fdf
All checks were successful
ci / test (push) Successful in 19s
ci / lint (push) Successful in 1m13s
ci / deploy (push) Successful in 24s
chore: updated all dependencies in package.json
2026-06-28 21:46:00 -05:00
.forgejo/workflows refactor: updated forgejo workflows to deploy entirely to github actions 2025-12-07 23:56:04 -06:00
docs/assets docs: added LICENSE and README 2025-08-24 12:47:14 -05:00
public feat: update robots.txt and sitemap.xml with new content 2026-05-03 21:42:35 -05:00
src feat: add hidden miasma link to website to trap malicious scrapers 2026-05-04 00:04:55 -05:00
.gitignore feat: added devenv nix flake to manage all dependencies 2025-12-06 19:00:39 -06: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 style: applied treewide formatting with nix fmt 2025-12-06 19:00:39 -06:00
flake.lock feat: added devenv nix flake to manage all dependencies 2025-12-06 19:00:39 -06:00
flake.nix feat: added devenv nix flake to manage all dependencies 2025-12-06 19:00:39 -06:00
LICENSE docs: added LICENSE and README 2025-08-24 12:47:14 -05:00
package.json chore: updated all dependencies in package.json 2026-06-28 21:46:00 -05:00
pnpm-lock.yaml chore: updated all dependencies in package.json 2026-06-28 21:46:00 -05:00
pnpm-workspace.yaml chore: updated all dependencies in package.json 2025-12-06 17:45:21 -06: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