Initial commit from create-tui

This commit is contained in:
2026-04-05 13:33:09 +01:00
commit b00871fc07
7 changed files with 332 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# core
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.