To run the model interactively, run mesa runserver
in this directory. e.g.
mesa runserver
Ensure docker
and docker compose
is installed on your computer. Build and the image using docker compose
.
docker-compose up --build
If using docker compose plugin:
docker compose up --build
Open your browser to http://127.0.0.1:8521/ and press Start
on the simulation interface.
To stop the service run CTRL + C
.