Skip to content

VROOM-Project/vroom-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains the VROOM frontend demo hosted at http://map.vroom-project.org/.

Setup

Clone the repo and install dependencies using npm:

git clone https://github.com/VROOM-Project/vroom-frontend.git
cd vroom-frontend
npm install

Requirements

To run the frontend locally, you need the following tools up and running.

Usage

Serve at http://127.0.0.1:9966 with:

npm run serve