To start app for development:
- Install dependencies with
mix deps.get - Run
docker-compose up -dto start background servers (postgres for now) - Create and migrate the database with
mix ecto.migrate - Run
iex -S mix phoenix.server(This allows you to pry at any time)
You should now be able to visit localhost:4000 from your browser.