A terminal UI application built with SvelTUI.
# Install dependencies
bun install
# Build and run
bun run dev
# Or separately:
bun run build
bun run startvessel/
├── src/
│ ├── main.ts # Entry point
│ └── App.svelte # Main component
├── sveltui-build # Build script
└── package.json
- Tab / Shift+Tab: Navigate between focusable elements
- Arrow Keys: Scroll content / interact with components
- Ctrl+C: Exit the application