Skip to content

Commit e834e50

Browse files
committed
style: reorganize README navigation and add screenshots section for clarity
1 parent 8aad6c6 commit e834e50

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ A coach-facing admin and client-facing training tracker built with Payload CMS a
88

99
**Client (web app)** — logs in, sees their active plan, works through workouts session by session, and logs each set (reps, weight, RIR, time, etc.).
1010

11-
## Screenshots
12-
13-
<p align="center">
14-
<img src="docs/mockup-1.png" alt="Training App mockup" width="420" />
15-
</p>
11+
## Navigation
12+
- [Data model](#data-model)
13+
- [Tech stack](#tech-stack)
14+
- [Getting started](#getting-started)
15+
- [Project structure](#project-structure)
16+
- [Key scripts](#key-scripts)
17+
- [Development](#development)
18+
- [Screenshots](#screenshots)
1619

1720
## Data model
1821

@@ -170,3 +173,9 @@ yarn install-skills
170173
```
171174

172175
Skills live in `.ai/skills/` and cover: Payload patterns, collection scaffolding, admin module structure, UI copy, and spec writing.
176+
177+
## Screenshots
178+
179+
<p align="center">
180+
<img src="docs/mockup-1.png" alt="Training App mockup" width="420" />
181+
</p>

0 commit comments

Comments
 (0)