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
+22-13Lines changed: 22 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,33 @@
1
1
# openconcho
2
2
3
-
Frontend UI for self-hosted Honcho instances — browse memories, peers, sessions, conclusions, and chat with memory context.
3
+
Frontend UI for self-hosted Honcho instances — browse memories, peers, sessions, conclusions, and chat with memory context. Ships as a web app (`@openconcho/web`) and a Tauri desktop wrapper (`@openconcho/desktop`).
4
4
5
5
## Commands
6
6
7
7
| Command | Purpose |
8
8
|---------|---------|
9
-
|`pnpm dev`| Start Vite dev server (http://localhost:5173)|
10
-
|`pnpm build`| Production build to `dist/`|
11
-
|`pnpm lint`| Biome lint check |
12
-
|`pnpm lint:fix`| Biome lint + auto-fix |
13
-
|`pnpm format`| Biome format check |
14
-
|`pnpm test`| Run Vitest tests |
15
-
|`pnpm generate:api`| Regenerate `src/api/schema.d.ts` from `openapi.json`|
9
+
|`pnpm dev`| Launch Tauri desktop app (also starts the web dev server) |
10
+
|`pnpm --filter @openconcho/web dev`| Web-only dev server on http://localhost:5173|
11
+
|`pnpm build`| Turbo: build web + desktop |
12
+
|`pnpm lint`| Turbo: Biome check across packages |
13
+
|`pnpm typecheck`| Turbo: tsc --noEmit across packages |
0 commit comments