No description
- TypeScript 54.8%
- Astro 26.9%
- CSS 11%
- Nix 5.1%
- JavaScript 2.2%
| .forgejo/workflows | ||
| docs/assets | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc | ||
| astro.config.mjs | ||
| components.json | ||
| eslint.config.js | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
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
