README fixed

This commit is contained in:
headpatsyou 2026-01-06 20:59:18 +00:00
parent e38e37550e
commit b18c1b7c99

View file

@ -1,6 +1,6 @@
APP Website — Associação Portuguesa de Powerlifting
# Website APP - Associação Portuguesa de Powerlifting
Overview
## Overview
- Next.js (App Router) + TypeScript + Tailwind
- Strict accessibility (WCAG 2.1 AA)
@ -9,7 +9,7 @@ Overview
- OpenPowerlifting integration (meets scraping + results CSV parsing)
- Cloudflare Turnstile on Contatos page
Getting Started
## Getting Started
1. Install dependencies:
@ -31,7 +31,7 @@ npm run dev
Open http://localhost:3000 — you will be redirected to /pt.
Key Paths
## Key Paths
- Portuguese: [src/app/pt](src/app/pt)
- English: [src/app/en](src/app/en)
@ -40,13 +40,8 @@ Key Paths
- Meets API: [src/app/api/openpowerlifting/meets/route.ts](src/app/api/openpowerlifting/meets/route.ts)
- Results API: [src/app/api/openpowerlifting/results/route.ts](src/app/api/openpowerlifting/results/route.ts)
Accessibility Notes
## Accessibility Notes
- Skip link and clear focus indicators present
- Semantic headings and ARIA labels on navigation
- Tables include headers and caption
Next Steps
- Add comprehensive English pages and translations
- Expand accessibility testing with Lighthouse and axe DevTools