Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

timmo001/system-bridge-website

Repository files navigation

(Archived) System Bridge Website

Note

This repository has been archived. The documentation site now lives in system-bridge/docs.

The System Bridge documentation site built with Astro and Starlight.

Logo

Site

The site is available at https://system-bridge.timmo.dev.

Old version

You can find version 1 at https://system-bridge-site.vercel.app.

Project Structure

Content lives in src/content/docs/ and is exposed as routes based on file names.

Commands

All commands run from the root of the project:

  • pnpm install
  • pnpm dev
  • pnpm build
  • pnpm preview

Contributors