Source for https://moped.club
PRs welcome!
To install Elixir and Erlang, I use mise.
After installing mise
, install the required versions by running mise install
.
To start the Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.