# Slint SC Safety Manual

Astro Starlight site for the Slint SC Safety Manual and Qualification Plan.

Content lives in `src/content/docs/`.

## Prerequisites

- [Node.js](https://nodejs.org/) (v22+)
- [pnpm](https://pnpm.io/)

Run `pnpm install` from the repository root first.

## Commands

```sh
pnpm install   # install dependencies
pnpm dev       # start dev server
pnpm build     # type-check and build for production
pnpm preview   # preview the production build
```
