/vroom-frontend

Web frontend for VROOM

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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