A simulator based on TypeScript and p5.js, created to analyze usage of breakdown lanes to reduce traffic jams.
- Install node.js
- Install TypeScript with the command
npm install -g typescript - Install npm packages with the command
npm ci - Allow script execution in Powershell with
Set-ExecutionPolicy Unrestricted(open Powershell as admin) - Start project with command
npm start
- Install npm packages with the command
npm ci - Build project with command
npm run build - Build docker image with
docker build -t highway-simulator .