Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 362 Bytes

File metadata and controls

22 lines (14 loc) · 362 Bytes

Webrium Docs

Official documentation for the Webrium PHP Framework.

Local Development

npm install
npm run docs:dev

Open http://localhost:5173.

Build

npm run docs:build

Deploy

Docs are automatically deployed to GitHub Pages on every push to main via the GitHub Actions workflow.