Skip to content

Commit 53c5153

Browse files
committed
feat: CLAUDE.md
1 parent 3c68e0f commit 53c5153

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Angular RealWorld Example App
2+
3+
## Commands
4+
5+
```bash
6+
bun run start # Dev server at localhost:4200
7+
bun run test # Unit tests (Vitest)
8+
bun run test:e2e # E2E tests (Playwright)
9+
bun run format # Format code with Prettier
10+
bun run format:check # Check formatting without writing
11+
```
12+
13+
## Code Style
14+
15+
- Run `bun run format` before presenting code to the user.
16+
17+
## Debug Interface
18+
19+
E2E tests use `window.__conduit_debug__` to access app state. See `e2e/helpers/debug.ts` for helpers and implementation examples for Angular/React/Vue.

0 commit comments

Comments
 (0)