Neighbor to neighbor grocery shoppping and delivery app.
git clone [email protected]:foodfavor/food_favor_umbrella.git
asdf install
(Don't have asdf, install from here)mix setup
(from root directory) to install Elixir dependencies, build assets, and setup the databasemix phx.server
to run the server (oriex -S mix phx.server
to run in an IEx shell)