Chore Summary
Bundle up the Electron apps, Flutter apps, and CLI's into a release for all of the major OS platforms.
Why is this chore needed?
Release
- Create release from tag with changelog
- Add executables to the release
Package
- change code to be compatible as a Python package
- don't just package as Python module though. there are many packages like Docker, Flask, etc.
- Package it up and do an official release
Hosting
- Try and host a Docker image on GitHub since you can't host a dynamic website with GitHub Pages.
Chore Summary
Bundle up the Electron apps, Flutter apps, and CLI's into a release for all of the major OS platforms.
Why is this chore needed?
Release
Package
Hosting