Live Audit
Server Required
Live Assessment runs accessibility scans in real time using Playwright and axe-core. It requires the Node.js server and is not available on the static GitHub Pages deployment.
Start the server locally
-
Clone the repository and install dependencies:
pnpm install -
Install Playwright browsers:
cd packages/web-auditor && pnpm exec playwright install chromium -
Start the server:
cd apps/dashboard && pnpm start:server - Open http://localhost:4321/audit/live in your browser