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
+26-13Lines changed: 26 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,37 @@
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
+
`make` is the canonical interface; it shells out to pnpm scripts which shell out to turborepo. CI calls the same targets — `make help` lists everything.
8
+
7
9
| Command | Purpose |
8
10
|---------|---------|
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`|
11
+
|`make bootstrap`| Install deps + Playwright Chromium (run once after clone) |
12
+
|`make dev-web`| Vite dev server on http://localhost:5173|
0 commit comments