Skip to content

Commit afa22d1

Browse files
committed
docs: add flowchart screenshot and link to live demo
1 parent 5e7b782 commit afa22d1

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,18 @@ Ralph will:
104104

105105
## Flowchart
106106

107-
The `flowchart/` directory contains an interactive React Flow visualization that explains how Ralph works. Great for presentations or understanding the workflow.
107+
[![Ralph Flowchart](ralph-flowchart.png)](https://snarktank.github.io/ralph/)
108+
109+
**[View Interactive Flowchart](https://snarktank.github.io/ralph/)** - Click through to see each step with animations.
110+
111+
The `flowchart/` directory contains the source code. To run locally:
108112

109113
```bash
110114
cd flowchart
111115
npm install
112116
npm run dev
113117
```
114118

115-
Then open http://localhost:5173 and click through to see each step.
116-
117119
## Critical Concepts
118120

119121
### Each Iteration = Fresh Context

ralph-flowchart.png

4.49 MB
Loading

0 commit comments

Comments
 (0)