korni is my personal webpage built with Astro - a modern, fast, content-focused web framework.
- Astro 5.1 - Modern static site generator
- TypeScript 5.7 - Type-safe development
- Tailwind CSS 3.4 - Utility-first CSS
- Node.js 25.1 - Latest LTS runtime
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview/
├── public/ # Static assets (images, icons)
├── src/
│ ├── components/ # Reusable Astro components
│ ├── layouts/ # Page layouts
│ └── pages/ # Routes (index.astro = /)
├── astro.config.mts # Astro configuration
└── package.json # Dependencies
Deployed to GitHub Pages at: https://kornicameister.github.io/korni
MIT