Join a game with teammates to come up with ideas for the name of your sprint and vote on your favorites!
Install with brew
brew install elixir
or visit elixir-lang.org for other installation options
To start the server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Run mix test to run unit tests