This is the repository for the first semester "Intro DH" project - themed "Geovisualization of evacuation routes from local internation camps (Originating/going through Saxony) in the last years of the second world war - based on historic sources.
- Clone the repository
- Make sure to install the packages from the top of map.R (leaflet, shiny, shinyjs, osrm, geojsonio)
- Run map.R by:
- opening it in RStudio and running the app
- using the command line:
R -e "shiny::runApp('path/to/map.R')"