Skip to content

Jenish094/pstream-docs

 
 

Repository files navigation

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 pstream-docs .
docker run -p 8080:8080 pstream-docs

Or use Docker Compose:

docker compose up

The container image is also available at ghcr.io/jenish094/pstream-docs.

Environment Variables

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

About

docs...

Resources

License

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MDX 87.9%
  • JavaScript 5.6%
  • Python 3.3%
  • Astro 1.1%
  • Dockerfile 1.1%
  • CSS 0.6%
  • TypeScript 0.4%