Installation
Prerequisites
Section titled “Prerequisites”- Node.js >= 20.0.0
Install
Section titled “Install”npm install bettertui@latestConfiguration
Section titled “Configuration”BetterTUI works out of the box. Optional configuration in bettertui.config.ts:
import { defineConfig } from '@bettertui/core';
export default defineConfig({ theme: 'default', renderer: { fps: 60, dirtyRectDiffing: true, },});Next Steps
Section titled “Next Steps”- Quick Start — Build your first app
- Architecture — Understand the system