Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 674 Bytes

File metadata and controls

21 lines (15 loc) · 674 Bytes

christopherklint.com

Personal website and blog for Christopher Klint — CTO & Engineering Leader based in Stockholm.

Built with Astro, Tailwind CSS, and shadcn/ui. Deployed on Cloudflare Pages.

Development

npm install
npm run dev       # Start dev server at localhost:4321
npm run build     # Build for production
npm run preview   # Preview production build locally

Stack

  • Framework: Astro v5
  • Styling: Tailwind CSS v4 + shadcn/ui
  • Content: Markdown blog posts via Astro Content Collections
  • Deployment: Cloudflare Pages