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'

[설치 가이드](/ko/install-and-setup/)에는 CLI 마법사를 사용하여 Astro를 설치하고, 기존 Astro GitHub 리포지토리를 통해 새 프로젝트를 생성하고, Astro를 직접 설치하는 단계별 지침이 있습니다.