Skip to content

Astro Starlight

sh
pnpm create astro@latest -- --template starlight

Directory Structure

.
├── astro.config.mjs
├── package.json
├── public
│   └── favicon.svg
├── README.md
├── src
│   ├── assets
│   │   └── houston.webp
│   └── content
│       ├── config.ts
│       └── docs
│           ├── guides
│           │   └── example.md
│           ├── index.mdx
│           └── reference
│               └── example.md
└── tsconfig.json
sh
pnpm install
pnpm run dev

Accesse Browser

http://localhost:4321/

Tailwind CSS

sh
pnpm add @astrojs/starlight-tailwind