A modern website built with Astro, Svelte, and Tailwind CSS.
- Astro - Web framework for building fast, content-focused websites
- Svelte - Component framework for building user interfaces
- Tailwind CSS - Utility-first CSS framework
- TypeScript - Type-safe JavaScript
- Node.js (v22 or higher)
- pnpm (package manager)
- Clone the repository
- Install dependencies:
pnpm install
Start the development server:
pnpm devOpen http://localhost:4321 in your browser to see the website.
pnpm dev- Start development serverpnpm build- Build for productionpnpm preview- Preview production build