gplx/README.md

818 B

GPLX MediaWiki

Local-first MediaWiki bootstrap for Windows with an accessibility-focused workflow.

Quick start

  1. Install prerequisites:
  • Git
  • Node.js 20+
  • PHP 8.1+ (XAMPP/WampServer or standalone)
  1. Install Node tooling:
npm install
  1. Initialize MediaWiki core:
npm run mw:init
  1. Install MediaWiki PHP dependencies:
npm run mw:deps

Or run both steps with one command:

npm run mw:setup
  1. Start local dev server:
npm run dev

Then open: http://127.0.0.1:8080 and continue setup at /mw-config/index.php

Accessibility checks

Run static/runtime checks against local pages:

npm run a11y:all

Notes

  • This setup runs without Docker.
  • WCAG AA is the required baseline.
  • AAA improvements are tracked as best effort.