A minimalist, real-time engineering portfolio running on my home Kubernetes cluster. It visualizes live telemetry from my homelab (Talos Linux, Flux, K8s) and connects to the GitHub API to track my coding activity.
Live Site: erwanleboucher.dev
- Frontend: Vue 3 + TypeScript + Tailwind CSS (Single Page Application)
- Backend / Metrics: Kromgo running on Kubernetes
- Infrastructure: Talos Linux, Flux CD, Cloudflare Tunnels
# Install dependencies
bun install
# Run locally (with Vite Proxy for CORS)
bun run dev
# Build for production
bun run build