This repository hosts the files for the documentation found on https://docs.terrapkg.com for the Terra repository.
From Fedoraland with love.
Steps to contributing or building the site found below.
To start, you will need Bun. Install it via any means of your choosing, and luckily, it's in Terra!
Below are some commands to either build the site to test your changes or to help you out.
| Command | Action |
|---|---|
bun ci |
Installs dependencies |
bun run dev |
Starts a local dev server at localhost:4321 |
bun run build |
Build the production site to ./dist/ |
bun run preview |
Preview your build locally |
bun run astro ... |
Run CLI commands like astro add, astro check |
bun run astro -- --help |
Get help using the Astro CLI |
To learn more about Starlight and Astro, check out the below: