Skip to content

foodfavor/food_favor_umbrella

Repository files navigation

FoodFavor Logo

Description

Neighbor to neighbor grocery shoppping and delivery app.

Setup

  1. git clone [email protected]:foodfavor/food_favor_umbrella.git
  2. asdf install (Don't have asdf, install from here)
  3. mix setup (from root directory) to install Elixir dependencies, build assets, and setup the database
  4. mix phx.server to run the server (or iex -S mix phx.server to run in an IEx shell)