This traffic simulation uses the Intelligent Driver Model by Martin Treiber and is based on his traffic flow simulation : https://traffic-simulation.de/
In order to install and run locally, you need to have node.js and NPM installed (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
- Download the files to a folder
- Run "npm install" inside that folder from command line.
- Run "npm run build" inside that folder from command line.
- Then run "npm run serve". The side will be served on localhost:8080 in your browser