Skip to content
Open
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
11 changes: 4 additions & 7 deletions renderers/react/a2ui_explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,30 @@ _Note: Ensure `@a2ui/web_core` is also built if you have made changes to the cor

## Setup and Development

Once the dependencies are built, you can start the gallery app:
Once the dependencies are built, you can start the gallery app directly without installing dependencies:

```bash
# Navigate to this directory
cd renderers/react/a2ui_explorer

# Install dependencies
npm install

# Start the development server
npm run dev
npx vite
```

## Building for Production

To create a production build of the gallery app:

```bash
npm run build
npx vite build
```

## Running Tests

To run the integration tests:

```bash
npm test
npx vitest
```

## Gallery Features
Expand Down