A small pair of apps to enable paratransit riders to see the location and ETA of their app.
Install dependencies:
- Run
brew install libompto install a dynamic library that EXGBoost needs - Run
mise installto install the correct versions of Elixir/Erlang/NodeJS - Run
npm i --prefix assetsto install NodeJS packages - Run
mix setupto install and setup dependencies
Then start your Phoenix server:
- Start the background services (ActiveMQ, OpenRouteService) with
docker-compose up -d - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4001 from your browser.
mix checks.devmix checks.test