Print arbitrary text to your Amazon Smart Sticky Note Printer over ipp.
- Install dependencies:
bun run initThis creates a Python virtual environment and installs all required packages.
Run the development server:
bun run devThis starts both the React frontend and Python backend. The app will be available at http://localhost:5173.
Create a standalone executable:
bun run buildThe build process packages both the frontend and backend into a single executable using PyInstaller.
Each platform has its own spec file:
build-linux.specbuild-macos.spec
Note: Build on the target platform - macOS builds must be done on macOS, etc.
