systant/dashboard
ryan 4a928b7067 Update CLAUDE.md and fix final Tortoise handler return value
- Add dashboard development commands (just dashboard, mix phx.server)
- Document Dashboard.Application and Dashboard.MqttSubscriber components
- Add comprehensive dashboard section with MQTT configuration details
- Include critical implementation notes for Tortoise handler return values
- Fix handle_message to return {:ok, state} instead of [] to prevent crashes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 19:44:41 -07:00
..
assets Clean up stale directories and fix monorepo structure 2025-08-02 21:53:53 -07:00
config Clean up stale directories and fix monorepo structure 2025-08-02 21:53:53 -07:00
lib Update CLAUDE.md and fix final Tortoise handler return value 2025-08-03 19:44:41 -07:00
priv Clean up stale directories and fix monorepo structure 2025-08-02 21:53:53 -07:00
test Clean up stale directories and fix monorepo structure 2025-08-02 21:53:53 -07:00
.formatter.exs Clean up stale directories and fix monorepo structure 2025-08-02 21:53:53 -07:00
.gitignore Clean up stale directories and fix monorepo structure 2025-08-02 21:53:53 -07:00
mix.exs Add real-time MQTT-powered LiveView dashboard 2025-08-02 21:57:59 -07:00
mix.lock Add real-time MQTT-powered LiveView dashboard 2025-08-02 21:57:59 -07:00
README.md Clean up stale directories and fix monorepo structure 2025-08-02 21:53:53 -07:00

Dashboard

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more