Skip to content

Commit ea386a6

Browse files
committed
Add dashboard package to monorepo README
Include dashboard in the packages table and test instructions.
1 parent 1d1d396 commit ea386a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Monorepo for CodeForge — an AI-powered development environment for Claude Code
88
|---------|-------------|---------|
99
| [`container/`](container/) | CodeForge DevContainer (`codeforge-dev` on npm) | 2.0.0 |
1010
| [`cli/`](cli/) | CodeForge CLI (`codeforge-cli`) | 0.1.0 |
11+
| [`dashboard/`](dashboard/) | Session analytics dashboard (Svelte 5 SPA + Bun backend) ||
1112
| [`docs/`](docs/) | Documentation site ([codeforge.core-directive.com](https://codeforge.core-directive.com)) ||
1213

1314
## Quick Start
@@ -30,6 +31,9 @@ cd container && npm test
3031
# CLI (Bun)
3132
cd cli && bun test
3233

34+
# Dashboard (Bun)
35+
cd dashboard && bun test
36+
3337
# Docs (npm)
3438
cd docs && npm run build
3539
```

0 commit comments

Comments
 (0)