From 7852189f163d8acbab3c28b4f0dc74e335a5180e Mon Sep 17 00:00:00 2001 From: JWegert <17783114+JWegert@users.noreply.github.com> Date: Thu, 27 Jul 2017 22:21:47 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e69de29..0582cff 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +This project includes a server and a web-frontend for creating and downloading custom builds of ExplorViz. + +## Installation (Generic) +- git clone <repository-url> this repository +- cd explorviz-downloader +- npm install + +## Running +- node . +- Visit http://localhost:3000 -- GitLab