Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 782 Bytes

File metadata and controls

41 lines (28 loc) · 782 Bytes

P-Stream Docs

Documentation site for P-Stream, built with Astro and Starlight.

Development

pnpm install
pnpm dev

Build

pnpm build

Docker

Build and run with Docker:

docker build -t mov-docs .
docker run -p 8080:8080 mov-docs

Or use Docker Compose:

docker compose up

The container image is also available at ghcr.io/okikio/mov-docs.

Environment Variables

Variable Default Description
SITE_URL https://okikio.github.io The base site URL for the build
BASE_PATH /mov-docs The base path for the site
PORT 8080 Port for the Docker container