Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 373 Bytes

File metadata and controls

14 lines (9 loc) · 373 Bytes

Hook Lab

Phoenix LiveView app for viewing Claude Code hook events in real-time.

Stack

  • Elixir/Phoenix LiveView, SQLite (Ecto), Tailwind CSS v4, daisyUI v5, Alpine.js
  • Docker multi-platform builds (amd64/arm64)

Commands

  • mix ci — run full CI suite (tests, credo, etc.)
  • mix test — run tests only
  • mix phx.server — start dev server on port 4000