Skip to content

Gabito2000/KaukelServerProyecto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KaukelServerProyecto

How to set up

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

How to run

execute

python app.py

How to add or remove commands to the list

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.

The final result

 Final result

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published