chore(frontend): OpenHands design library scaffold (#9224)

This commit is contained in:
sp.wack
2025-06-23 23:19:35 +04:00
committed by GitHub
parent 7b0f880860
commit 0c38fb0ceb
7 changed files with 123 additions and 2 deletions

15
openhands-ui/README.md Normal file
View File

@@ -0,0 +1,15 @@
# openhands-ui
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.16. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.