This is a project for Visual Analytics course held by professor G. Santucci.
This is an innovative tool for an interactive analysis of the Roman military, available here.
For further details check the full report.
Feel free to report any bug and open pull requests.
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