execute the next line of commands
pip install flask
pip install psutil
npm install
npx tailwindcss -i ./static/src/input.css -o ./static/dist/css/output.css --watch
execute
python app.py
go to the file static/processes.js there you should find a file like this
processes = [{
"name": "Kmu",
"img": "static/Kmu.jpg",
"command": "console command to start process 1"
},
{
"name": "Varso",
"img": "static/Varso.jpg",
"command": "console command to start process 2"},
]
You can add or remove elements of the array as you see fit. The elements of the array describe the cards, its images, names and command executed when started.