Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 566 Bytes

File metadata and controls

10 lines (7 loc) · 566 Bytes

TrafficSimulation

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).

  1. Download the files to a folder
  2. Run "npm install" inside that folder from command line.
  3. Run "npm run build" inside that folder from command line.
  4. Then run "npm run serve". The side will be served on localhost:8080 in your browser