Built with Astro and Starlight.
Want to contribute?
- Clone this repo
- Install dependencies:
npm install - Run the dev server:
npm run dev- The site is served at
http://localhost:4321
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start the local dev server |
npm run build |
Build the production site to ./dist/ |
npm run preview |
Preview the production build locally |
- Documentation pages live in
src/content/docs/. - Blog posts live in
src/content/docs/blog/and are powered by starlight-blog. - Static assets (images, favicon) live in
public/.