Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,14 @@ The repository includes several other demos:

See all available A2UI components:

Step 1: Navigate to the Gallery Angular App:

```bash
cd samples/client/angular
```

Step 2: Run

```bash
npm start -- gallery
```
Expand Down