mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
chore(frontend): OpenHands design library scaffold (#9224)
This commit is contained in:
15
openhands-ui/README.md
Normal file
15
openhands-ui/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user