Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 444 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 444 Bytes

IRL café

CI

Get started

  1. Install dependencies: mix deps.get
  2. Start database: docker compose up -d db
  3. Create and migrate the database: mix ecto.setup
  4. Start app: iex -S mix phx.server

Now you can visit localhost:4000 from your browser.