|
|
||
|---|---|---|
| .github | ||
| docs | ||
| mediawiki | ||
| scripts | ||
| tests/accessibility | ||
| .gitignore | ||
| README.md | ||
| package-lock.json | ||
| package.json | ||
README.md
GPLX MediaWiki
Local-first MediaWiki bootstrap for Windows with an accessibility-focused workflow.
Quick start
- Install prerequisites:
- Git
- Node.js 20+
- PHP 8.1+ (XAMPP/WampServer or standalone)
- Install Node tooling:
npm install
- Initialize MediaWiki core:
npm run mw:init
- Install MediaWiki PHP dependencies:
npm run mw:deps
Or run both steps with one command:
npm run mw:setup
- 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.