Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 738 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 738 Bytes

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