diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-15 22:25:22 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-15 22:25:22 +0300 |
| commit | 78b187ab6ee2d307543cdf8d79a7e206d0d8b207 (patch) | |
| tree | eebb6c107a996c201cc0c3389bf00f1dfe82da93 /README.md | |
| parent | 45fef6c32f3c099a755574d29ae7131725031635 (diff) | |
docs: add screenshots and fix stale basalt references in README
Four representative screenshots (Pebble Round 2 menu, countdown, history;
Pebble Time countdown) showing v1.0.0 UI. Also updated the workflow
command list to reflect gabbro as the primary emulator target.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -2,6 +2,12 @@ FastForge is a Pebble watchapp for intermittent fasting tracking, built with the Rebble SDK. +## Screenshots + +| Pebble Round 2 — Menu | Pebble Round 2 — Countdown | Pebble Round 2 — History | Pebble Time — Countdown | +|:---:|:---:|:---:|:---:| +|  |  |  |  | + ## Day-1 Setup (Fedora + Rebble SDK 4.9+) ```bash @@ -38,8 +44,9 @@ just logs Useful commands: - `just`: list commands -- `just dev`: build + install to basalt emulator -- `just logs`: live logs from basalt emulator -- `just screenshot`: screenshot from basalt emulator +- `just dev`: build + install to Pebble Round 2 (gabbro) emulator +- `just dev-basalt`: build + install to Pebble Time (basalt) emulator +- `just logs`: live logs from gabbro emulator +- `just screenshot`: screenshot from gabbro emulator - `just kill`: stop emulator - `just clean`: remove build artifacts |
