Files
money/apps/tui/README.md
2025-11-14 13:26:15 -05:00

16 lines
242 B
Markdown

# react
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.tsx
```
This project was created using `bun create tui`. [create-tui](https://git.new/create-tui) is the easiest way to get started with OpenTUI.