Rebuild of Elixir Conflux (with acquired knowledge). Create with: mix phx.new --no-ecto --no-mailer --no-dashboard --live live_vue
  • Elixir 90.9%
  • HTML 3.9%
  • CSS 3.6%
  • JavaScript 1.4%
  • Shell 0.1%
  • Other 0.1%
Find a file
2026-07-28 20:42:48 +02:00
assets Add RGL card 2026-07-06 17:29:11 +02:00
config Small RGL updates. 2026-07-08 15:29:18 +02:00
lib Fix type update dependencies. 2026-07-28 20:42:48 +02:00
priv Add node search. 2026-04-06 21:32:56 +02:00
test Fix EDS and performance improvement. 2026-05-31 21:21:41 +02:00
.formatter.exs First commit 2026-02-25 20:16:18 +01:00
.gitignore Update elevated output current. 2026-04-20 15:44:42 +02:00
.iex.exs Add SFL support and fix write DLLA Elevated. 2026-06-06 14:39:33 +02:00
.tool-versions Add SFL component 2026-06-07 19:24:44 +02:00
AGENTS.md First commit 2026-02-25 20:16:18 +01:00
build.sh Write LED Engine monitor data to file (cvs). 2026-04-03 18:26:04 +02:00
mix.exs Fix type update dependencies. 2026-07-28 20:42:48 +02:00
mix.lock Fix type update dependencies. 2026-07-28 20:42:48 +02:00
README.md First commit 2026-02-25 20:16:18 +01:00
run.bat Add deploy bridge. 2026-04-19 22:44:02 +02:00
run.sh Add deploy bridge. 2026-04-19 22:44:02 +02:00

LiveVue

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.

Rebuild of Elixir Conflux (with acquired knowledge). Create with: mix phx.new --no-ecto --no-mailer --no-dashboard --live live_vue

Learn more