Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 666 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 666 Bytes

Ride Along

A small pair of apps to enable paratransit riders to see the location and ETA of their app.

Development

To start your Phoenix server:

  • Run mise install to install the correct versions of Elixir/Erlang/NodeJS
  • Run npm i --prefix assets to install NodeJS packages
  • Run mix setup to install and setup dependencies
  • Start the background services (ActiveMQ, OpenRouteService) with docker-compose start
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4001 from your browser.

Testing

  • mix checks.dev
  • mix checks.test