To run the project browse to rush_hour
directory and execute the following,
elixir 1.12.2-otp-23
erlang 23.1
cd assets
npm install
docker-compose up -d
Setup the service with seed data
mix setup
mix assets.deploy
mix phx.server
mix ecto.reset
mix test