No description
  • Elixir 68.9%
  • HTML 26.4%
  • JavaScript 4.5%
  • CSS 0.2%
Find a file
2026-01-26 09:58:44 +01:00
assets feat: add initial router and telemetry setup 2026-01-25 16:17:51 +01:00
config feat: add initial router and telemetry setup 2026-01-25 16:17:51 +01:00
lib feat: implement dashboard access and user info retrieval in AdminController 2026-01-26 09:58:44 +01:00
priv feat: add initial router and telemetry setup 2026-01-25 16:17:51 +01:00
test feat: add initial router and telemetry setup 2026-01-25 16:17:51 +01:00
.formatter.exs feat: add initial router and telemetry setup 2026-01-25 16:17:51 +01:00
.gitignore feat: add initial router and telemetry setup 2026-01-25 16:17:51 +01:00
mix.exs feat: add initial router and telemetry setup 2026-01-25 16:17:51 +01:00
mix.lock feat: add initial router and telemetry setup 2026-01-25 16:17:51 +01:00
README.md feat: add initial router and telemetry setup 2026-01-25 16:17:51 +01:00

MatrixAdmin

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