pywebview + svelte integration + build (mac) app
npm installpip install -r requirements.txtnpm run buildpython main.pypython py2app_setup.py py2appIf you're on a mac and do not get an "app" when you run main.py - IE no menubar, window doesn't accept keyboard focus (ie you can't CMD-Q), you will need to patch your virtualenv.
https://github.com/gldnspud/virtualenv-pythonw-osxcd install_pythonwpython __init__.py <absolute path of your venv directory (the one that contains bin)>