Skip to content

Calfur/HighwaySimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

259 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HighwaySimulator

A simulator based on TypeScript and p5.js, created to analyze usage of breakdown lanes to reduce traffic jams.

Website

Dev setup

  • 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

Build docker image

  • Install npm packages with the command npm ci
  • Build project with command npm run build
  • Build docker image with docker build -t highway-simulator .

About

A simulator based on TypeScript and p5.js, created to analyze usage of breakdown lanes to reduce traffic jams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors