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'

В нашем [руководстве по установке](/ru/install-and-setup/) есть пошаговые инструкции по установке Astro с помощью мастера CLI, созданию нового проекта из существующего репозитория Astro на GitHub, а также по установке Astro вручную.