- git clone https://github.com/KubiO24/flask-svelte-tkinter_CMS.git
- cd flask-svelte-tkinter_CMS
- py -3 -m venv .venv
- .venv\scripts\activate
- python -m pip install --upgrade pip
- pip install -r requirements.txt
- cd client
- npm run build
- cd ../
- aby uruchomić serwer: python server.py
- aby uruchomić aplikacje desktopową należy otworzyć drugą konsolę i wpisać: python tkinterCMS.py