Zero config
No CLI, no config file, no peer dependency warnings. Just copy one file and start the dev server.
❯ cd my-astro-project
❯ cp hero-centered.astro src/components/
✓ Copied in 0ms. No install needed.
❯ bun dev
astro v4.0.0 ready in 312ms
┃ Local http://localhost:4321/
┃ Network http://192.168.1.5:4321/
❯