Skip to content

Commit a4c99fe

Browse files
committed
update CLAUDE.md
1 parent 5a2e001 commit a4c99fe

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

CLAUDE.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ Package manager is pnpm (pinned to `pnpm@11.10.0` in `package.json`).
2323
pnpm install # install deps
2424
pnpm start # Expo dev server (QR/simulator)
2525
pnpm ios # run on iOS simulator (generates ios/ via Expo prebuild if missing — gitignored, not committed)
26-
pnpm android # run on Android emulator/device (same, for android/)
27-
pnpm web # web dev server
28-
pnpm typecheck # tsc --noEmit — this is what CI runs, always run before considering work done
29-
pnpm format # prettier --write
30-
pnpm format:check # prettier --check
31-
pnpm build:web # expo export -p web + workbox service worker generation
26+
pnpm android # run on Android emulator/device (same, for android/)
27+
pnpm web # web dev server
28+
pnpm typecheck # tsc --noEmit — this is what CI runs, always run before considering work done
29+
pnpm format # prettier --write
30+
pnpm format:check # prettier --check
31+
pnpm build:web # expo export -p web + workbox service worker generation
32+
pnpm pwa # build:web + serve dist/ on 8081
33+
pnpm tunnel # ngrok tunnel port 8081 (for PWA testing with SSL)
34+
pnpm prebuild # expo prebuild (generates clean native folders) - use pnpm ios/android instead if you just want to run the app
3235
```
3336

3437
There is no test runner configured (see `docs/testing.md`). CI (`.github/workflows/ci.yml`) only runs `pnpm typecheck`. Validate changes with `pnpm typecheck` plus manual exercise of the affected flow (schedule browsing, favorites, session detail, settings, notifications).

0 commit comments

Comments
 (0)