Files
VoxVera/gui
2025-06-21 14:36:29 -04:00
..
2025-06-21 14:36:29 -04:00

VoxVera GUI

This directory contains a minimal Electron wrapper around the voxvera CLI. It exposes a simple "Quickstart" button so non-technical users can generate flyers without touching the command line.

Development

cd gui/electron
npm install
npm start

The Electron app invokes the voxvera binary from your PATH. Make sure it is installed before launching the GUI.