Accessibility
Web app
The slide-spec app runs automated axe audits in CI (Playwright + @axe-core/playwright), covering the home page, presentations index, presentation view, presentation mode, and keyboard navigation.
bash
cd app
npm run a11yThis is an automated check, not a WCAG conformance certification.
Documentation site
The docs site runs the same axe audit stack against a production build:
bash
cd docs
npm run a11y:install # first time only
npm run a11ySyntax highlighting uses github-light-high-contrast and github-dark-high-contrast Shiki themes for AA contrast compliance. Images open in a lightbox on click (Escape or click outside to dismiss).