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

  1. Clone the repository and install dependencies: pnpm install
  2. Install Playwright browsers: cd packages/web-auditor && pnpm exec playwright install chromium
  3. Start the server: cd apps/dashboard && pnpm start:server
  4. Open http://localhost:4321/audit/live in your browser