Getting Started
A set of customized Astro Starlight UI components
Prerequisites
Section titled “Prerequisites”You will need to have an Astro or Astro + Starlight website set up. If you don’t have one yet, you can follow the “Getting Started” guide in the Starlight docs to create one.
Installation
Section titled “Installation”-
Install
astro-nebula-ui
as an npm package by running the following command in your terminal:Terminal window npm install astro-nebula-uiTerminal window pnpm add astro-nebula-uiTerminal window yarn add astro-nebula-ui -
Start the development server to preview the components that you added in action.