mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
16 lines
237 B
Markdown
16 lines
237 B
Markdown
# openhands-ui
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run storybook:
|
|
|
|
```bash
|
|
bun run --bun sb
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.2.16. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|