Files
PodTui/README.md
Michael Freno 7b5c256e07 start
2026-02-04 00:06:16 -05:00

16 lines
228 B
Markdown

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