# BetterPortal Docs Site

BetterPortal service that renders Markdown files from the repository-level `docs/` directory as a BetterPortal documentation site.

```bash
npm install
npm run build
npm start
```

The service runs on `http://localhost:3400` by default and is mounted in `bp-config.yaml` at `/docs`.
