RideAVL is a mobile app designed for drivers to interact with RidePilot in real-time to track trip assignments and communicate with dispatchers.
- Download the installer for Node.js 6 or greater.
- Install the ionic CLI globally:
npm install -g ionic
- Clone this repository:
git clone [email protected]:camsys/RideAVL.git
. - Run
npm install
from the project root. - To view on browser, run
ionic serve
in a terminal from the project root. - Refer to Ionic documents to deploy to native platforms.