From b18c1b7c99bba2797c24f068072c06a594dff291 Mon Sep 17 00:00:00 2001 From: whatbeato Date: Tue, 6 Jan 2026 20:59:18 +0000 Subject: [PATCH] README fixed --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5e1bd04..dd6e3e4 100644 --- a/README.md +++ b/README.md @@ -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