astro-framework
Installation
SKILL.md
Astro Framework
Astro is a web framework for building content-driven websites. Ships zero JavaScript by default using Islands Architecture.
Quick Start
# Create new project (choose your package manager)
npm create astro@latest
pnpm create astro@latest
bun create astro@latest
# Add integrations
npx astro add react tailwind
bunx astro add react tailwind