Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 818 Bytes

File metadata and controls

34 lines (22 loc) · 818 Bytes

PHPStreamServer Documentation

This repository contains the source for the PHPStreamServer documentation website, published at phpstreamserver.dev.

Requirements

  • Node.js 20 or later
  • npm
  • GNU Make (optional, for the make commands)

Getting Started

Install dependencies and start the local development server:

make start

The site is available at http://127.0.0.1:8081/.

Docker

Build and run the production site with Docker Compose:

docker compose up -d --build

Documentation Content