diff --git a/README.md b/README.md index dfed1bf..e05b74b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,4 @@ This is a set of scripts. ## Server The server is written in python using flask. It grabs the calendar events via CalDAV and renders out a nice looking ui. -Heads-up: `The entire frontend is vibe-coded. Im not much of a web dev. Backend is written by me tho.` - -1. Just run `python app.py` and connect to `localhost:5000` (just debug, a proper docker build will follow) +**Heads-up**: The entire frontend is vibe-coded. Im not much of a web dev. Backend is written by me but not the greatest code quality. I just needed it to work, and that it does great! diff --git a/server/promo/desktop.png b/promo/desktop.png similarity index 100% rename from server/promo/desktop.png rename to promo/desktop.png diff --git a/server/promo/mobile.png b/promo/mobile.png similarity index 100% rename from server/promo/mobile.png rename to promo/mobile.png