Go to file
Anika 64537fe572 finally seems to be working 2024-03-05 14:00:25 +01:00
static/css closes #2 2024-03-04 22:22:58 +01:00
templates finally seems to be working 2024-03-05 14:00:25 +01:00
.gitignore works again 2024-03-05 13:40:33 +01:00
README.md finally seems to be working 2024-03-05 14:00:25 +01:00
alarm.mp3 fundamentally working with cmd 2024-02-12 12:43:24 +01:00
app.py finally seems to be working 2024-03-05 14:00:25 +01:00

README.md

Fetenzentrale

Aufsetzen

  • am besten in n venv
    • python>=3.8
    • flask per pip installieren
  • flask run
    • wenn das nicht tut: export FLASK_APP=app (set stattexport under Windows)