This repository contains the source for the PHPStreamServer documentation website, published at phpstreamserver.dev.
- Node.js 20 or later
- npm
- GNU Make (optional, for the
makecommands)
Install dependencies and start the local development server:
make startThe site is available at http://127.0.0.1:8081/.
Build and run the production site with Docker Compose:
docker compose up -d --build- Documentation pages are in
docs/. - Site components and styles are in
src/. - Static assets are in
static/. - Docusaurus configuration is in
docusaurus.config.js.