Skip to content

Commit c73e48e

Browse files
yossiovadiaclaude
andcommitted
docs: add demo testing guide for PR reviewers
- Created instructions for reviewers to test the interactive demo - Provided multiple options: local checkout, raw file viewing, static preview - Explains why live links won't work until PR is merged - Helps reviewers experience the full animation during review process 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> Signed-off-by: Yossi Ovadia <[email protected]>
1 parent 0651196 commit c73e48e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Testing the Interactive Demo
2+
3+
## For PR Reviewers
4+
5+
Since the live demo links won't work until this PR is merged, here are ways to see the animation:
6+
7+
### Option 1: Quick Local Test
8+
```bash
9+
# Check out the PR branch
10+
git fetch origin pull/240/head:terminal-demo-test
11+
git checkout terminal-demo-test
12+
13+
# Open the demo in your browser
14+
open e2e-tests/llm-katan/terminal-demo.html
15+
# or on Linux: xdg-open e2e-tests/llm-katan/terminal-demo.html
16+
```
17+
18+
### Option 2: View Raw File
19+
1. Go to the [terminal-demo.html file in this PR](https://github.com/vllm-project/semantic-router/pull/240/files#diff-terminal-demo.html)
20+
2. Click "View file"
21+
3. Copy the content to a local `.html` file
22+
4. Open in browser
23+
24+
### Option 3: Static Preview
25+
The README already includes a collapsible preview showing the terminal output - this works immediately in the PR!
26+
27+
## What You'll See
28+
- 3-panel terminal layout
29+
- Realistic typing animations
30+
- Multi-instance setup demonstration
31+
- Professional terminal styling
32+
- Complete workflow from install to testing
33+
34+
The demo showcases llm-katan's key feature: running one tiny model as multiple different AI providers for testing.

0 commit comments

Comments
 (0)