Personal portfolio website of Andrei Galitianu, a Software Engineer based in Europe.
- Astro v5: Fast and modern static site generator
- TailwindCSS v4: Latest utility-first CSS framework
- shadcn/ui: Reusable and customizable UI components
- React: UI library for interactive components
- TypeScript: Type-safe development environment
# Install dependencies
pnpm install
# Start development server
pnpm run dev# Build for production
pnpm run build