This repo contains the VROOM frontend demo hosted at http://map.vroom-project.org/.
Clone the repo and install dependencies using npm
:
git clone https://github.com/VROOM-Project/vroom-frontend.git
cd vroom-frontend
npm install
To run the frontend locally, you need the following tools up and running.
- OSRM v5.0.0 or later.
- VROOM v1.0.0 or later
- vroom-express to expose VROOM's API over http requests.
Serve at http://127.0.0.1:9966
with:
npm run serve