Unnecessarily built with Elixir and Phoenix (LiveView) (LV part is yet to be added)
Yes. "Development".
- Install Erlang and Elixir (use asdf), for versions
confirmedassumed to work, see./.tool-versions
) - Run
mix setup
to install and setup dependencies
- run
mix test
and hope for the best
(Will just show you the default, generated pages at the moment, so why bother?)
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
- Now you can visit
localhost:4000
from your browser.