This repository contains the source code for my personal website built with Astro.
A modern, fast personal website showcasing my work and projects.
- Astro - Static site generator
- TypeScript - Type-safe development
- Tailwind CSS - Styling
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build