summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 23d4f13..3462bff 100644
--- a/README.md
+++ b/README.md
@@ -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 |
+|:---:|:---:|:---:|:---:|
+| ![Menu](screenshots/gabbro_01_menu.png) | ![Countdown](screenshots/gabbro_02_countdown.png) | ![History](screenshots/gabbro_03_history.png) | ![Basalt countdown](screenshots/basalt_01_countdown.png) |
+
## 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