Skip to content

Commit 0c9f325

Browse files
committed
Update README
1 parent 44ed267 commit 0c9f325

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,26 @@ What it demonstrates
1414
- Recursive updates across depth d.
1515
- Interpretation summaries (I) and per-step shift metric (Delta) using cosine distance between interpretation centroids.
1616
- Deterministic runlogs with per-step internals and export support.
17-
17+
ç
1818
Project layout
1919
- /core: Framework-agnostic TypeScript simulation engine.
2020
- /app: Vite + React + TypeScript UI and Vitest tests.
2121
- /specs: Preset JSON configs (stable, drift, collapse).
2222

2323
Run locally
2424

25+
```
2526
cd app
2627
npm install
2728
npm run dev
29+
```
2830

2931
Build and tests:
3032

33+
```
3134
npm run build
3235
npm run test
36+
```
3337

3438
Reproduce presets
3539
1. Start the app.

0 commit comments

Comments
 (0)