Skip to content

lrusso96/milites

Repository files navigation

milites

Build Status License: GPL v3

This is a project for Visual Analytics course held by professor G. Santucci.

About

This is an innovative tool for an interactive analysis of the Roman military, available here.

For further details check the full report.

Contributing

Feel free to report any bug and open pull requests.

How to

In order to locally build the project:

# clone the repository (e.g. via git clone)
> git clone <project.git>

# install the dependencies
> cd <project_folder>
> npm install

# optionally, to start the project
> npm run start

Dependencies