Teaching myself (with the help of ChatGPT) to deploy a Python-Svelte App using socketio and 2-way binded data
npm install --save-dev rollup rollup-plugin-node-resolve rollup-plugin-commonjs rollup-plugin-svelte rollup-plugin-terser sirv-cli svelte socket.io-client
python3 -m pip install -r requirements.txt
python3 app.py
npm run dev
npm run build npm start
npm run export
npm run deploy