Modern, responsive academic website built with Astro, TypeScript, and Tailwind CSS.
- 🎨 Modern, clean design with dark/light theme support
- 📱 Fully responsive layout
- ⚡ Built with Astro for optimal performance
- 🎯 TypeScript for type safety
- 🌙 Automatic dark mode with system preference detection
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build