Clone the repo:
git clone https://github.com/VCityTeam/UD-Demo-IMU-Spatio-Temporal.git
cd UD-Demo-IMU-Spatio-Temporal
The application can be locally (on your desktop) built in the following way:
npm i
npm run debug
Then run the application with Python3:
python3 -m http.server
and then use your favorite (web) browser to open localhost:8000.