This project includes a server and a web-frontend for creating and downloading custom builds of ExplorViz.
Prerequisites
You will need the following things properly installed on your computer.
- Git
- Node.js (with NPM)
- Maven
- rsync
Installation (Generic)
- git clone this repository
- cd explorviz-downloader
- npm install
Running
- node .
- Visit http://localhost:3000