import { CardGrid } from '@astrojs/starlight/components' import Card from '/components/Landing/Card.astro' import ListCard from '/components/Landing/ListCard.astro' import SplitCard from '/components/Landing/SplitCard.astro' import Discord from '/components/Landing/Discord.astro'

Our [installation guide](/en/install-and-setup/) has step-by-step instructions for installing Astro using our CLI wizard, creating a new project from an existing Astro GitHub repository, and for installing Astro manually.