pywebview + svelte integration + build (mac) app
npm install
pip install -r requirements.txt
npm run build
python main.py
python py2app_setup.py py2app
If 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-osx
cd install_pythonw
python __init__.py <absolute path of your venv directory (the one that contains bin)>