Getting Started
starlight.astro.build·11h
Flag this post

Starlight is a full-featured documentation theme built on top of the Astro framework. This guide will help you get started with a new project. See the manual setup instructions to add Starlight to an existing Astro project.

Create a new project

Section titled “Create a new project”

Create a new Astro + Starlight project by running the following command in your terminal:

npm create astro@latest -- --template starlight

This will create a new project directory with all the necessary files and configurations for your site.

Start the developme…

Similar Posts

Loading similar posts...