mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 07:28:43 +00:00
Add Electron GUI and packaging scripts
This commit is contained in:
16
gui/README.md
Normal file
16
gui/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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.
|
Reference in New Issue
Block a user