Interactive terminal UI for browsing Hacker News using OpenTUI.
bun run start # Run the app
bun run dev # Run with watch mode
bun run test # Run tests
bun run typecheck # Check typesbun run debug # Test long comment wrapping
bun run debug story-list # Test story list view
bun run debug highlighted-comment # Test comment highlighting- Keyboard Shortcuts — All shortcuts for main view and settings
- Data Rules — Filter defaults and ranking algorithm
- Publishing — npm release workflow and telemetry
After making changes:
bun run typecheck- Type checkingbun test- Test suite