You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ cargo clippy -- -D warnings
39
39
40
40
Backend uses `SQLX_OFFLINE=true` for Docker builds (no live DB needed at compile time). Locally, sqlx connects to Postgres at build time for query checking.
41
41
42
-
### Frontend only
42
+
### Web app (Svelte)
43
43
44
44
```bash
45
45
cd web
@@ -48,6 +48,21 @@ npm run dev # Vite dev server on :5173, proxies /api → localhost:3000
> Android support is planned for a future release.
42
+
29
43
## Contributing
30
44
31
45
Contributions are welcome. Please open an issue first so we can talk through the idea, the shape of the change, and any bike-brain edge cases before you start building.
0 commit comments