Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 415 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 415 Bytes

processorsimulator

Didactic tool to simulator internal computer processor behavior.

dev mode PHP

requirements

  • docker 18+
  • docker-compose 1.25+

Clone the repository and navigate to the folder

$ git clone [email protected]:max2320/processor-simulator.git
$ cd processor-simulator

Build the docker container

docker-compose up --build -d

Access on the browser

http://localhost:3000