astro
Installation
SKILL.md
Astro
Content-focused web framework with islands architecture for building fast static and server-rendered websites with minimal JavaScript.
Quick Start
Create new project:
npm create astro@latest my-site
cd my-site
npm run dev