# Build
npm run build
# Test
npm test
# Lint & Format
npm run lint
npm run lint:fix
# Dev
npm run devsrc/— application sourcesrc/App.jsx— main React component for the accessibility super-appsrc/main.jsx— React entry pointindex.html— HTML entry pointvite.config.js— Vite build configurationDocs/— documentation
- AccessAI: an accessibility super-app with multiple tools for different accessibility challenges (visual, hearing, mobility, cognitive, employment)
- Run typecheck after making a series of code changes
- Prefer fixing the root cause over adding workarounds
- When unsure about approach, use plan mode (
Shift+Tab) before coding
- Don't modify generated files (
*.gen.ts,*.generated.*)