### Start the development server Source: https://starlight.astro.build/getting-started Launch the local development server to preview changes in real-time. ```shell npm run dev ``` ```shell pnpm dev ``` ```shell yarn dev ``` -------------------------------- ### Create a new Starlight project Source: https://starlight.astro.build/getting-started Initialize a new Astro project with the Starlight template using your preferred package manager. ```shell npm create astro@latest -- --template starlight ``` ```shell pnpm create astro --template starlight ``` ```shell yarn create astro --template starlight ``` -------------------------------- ### Update Starlight and Astro packages Source: https://starlight.astro.build/getting-started Run the upgrade command to ensure Starlight and its dependencies are up to date. ```shell npx @astrojs/upgrade ``` ```shell pnpm dlx @astrojs/upgrade ``` ```shell yarn dlx @astrojs/upgrade ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.