No description
Find a file
2026-01-12 11:06:44 +02:00
common fix cdata 2026-01-11 19:58:49 +02:00
docs add docs 2026-01-12 11:06:44 +02:00
gradle/wrapper push 2025-12-29 04:12:33 +02:00
minestom wörk 2026-01-11 19:10:13 +02:00
paper changes 2026-01-11 13:58:17 +02:00
studio history support 2026-01-12 02:33:37 +02:00
.gitignore actually clean up the repo 2026-01-11 12:25:33 +02:00
build.gradle.kts push 2025-12-29 04:12:33 +02:00
gradle.properties push 2025-12-29 04:12:33 +02:00
gradlew push 2025-12-29 04:12:33 +02:00
gradlew.bat push 2025-12-29 04:12:33 +02:00
LICENSE.md add FSL (START OF 2 YEAR FIRST OSS COMMIT!) 2026-01-12 02:35:55 +02:00
settings.gradle.kts changemehud -> hudkit 2026-01-11 12:18:52 +02:00

Starlight Starter Kit: Basics

Built with Starlight

bun create astro@latest -- --template starlight

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro + Starlight project, you'll see the following folders and files:

.
├── public/
├── src/
│   ├── assets/
│   ├── content/
│   │   └── docs/
│   └── content.config.ts
├── astro.config.mjs
├── package.json
└── tsconfig.json

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

Images can be added to src/assets/ and embedded in Markdown with a relative link.

Static assets, like favicons, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
bun install Installs dependencies
bun dev Starts local dev server at localhost:4321
bun build Build your production site to ./dist/
bun preview Preview your build locally, before deploying
bun astro ... Run CLI commands like astro add, astro check
bun astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Check out Starlights docs, read the Astro documentation, or jump into the Astro Discord server.