https://github.com/chrishubert/vroom-front
https://github.com/chrishubert/vroom-front
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrishubert/vroom-front
- Owner: chrishubert
- License: bsd-2-clause
- Created: 2021-09-12T02:44:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T12:23:38.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T17:54:29.925Z (about 1 year ago)
- Language: JavaScript
- Size: 782 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo contains the VROOM frontend demo hosted at
[http://map.vroom-project.org/](http://map.vroom-project.org/).
# Setup
Clone the repo and install dependencies using `npm`:
```bash
git clone https://github.com/chrishubert/vroom-frontend.git
cd vroom-frontend
npm install
```
# Requirements
To run the frontend locally, you need the following tools up and
running.
- [OSRM](https://github.com/Project-OSRM/osrm-backend/wiki/Building-OSRM)
v5.0.0 or later.
- [VROOM](https://github.com/VROOM-Project/vroom/wiki/Building) v1.0.0
or later
- [vroom-express](https://github.com/VROOM-Project/vroom-express) to
expose VROOM's API over http requests.
# Usage
Serve at `http://127.0.0.1:9966` with:
```bash
npm run serve
```