Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 830 Bytes

File metadata and controls

32 lines (23 loc) · 830 Bytes

HN CLI

Interactive terminal UI for browsing Hacker News using OpenTUI.

Commands

bun run start      # Run the app
bun run dev        # Run with watch mode
bun run test       # Run tests
bun run typecheck  # Check types

Debug Commands

bun run debug              # Test long comment wrapping
bun run debug story-list   # Test story list view
bun run debug highlighted-comment # Test comment highlighting

Rules

Verification

After making changes:

  • bun run typecheck - Type checking
  • bun test - Test suite