docs: check dependencies before gui startup

This commit is contained in:
thePR0M3TH3AN
2025-06-21 16:18:20 -04:00
parent 574c6b804c
commit 64b4dcc137

View File

@@ -87,10 +87,12 @@ Run `voxvera check` to see missing dependencies.
```bash
cd gui/electron
npm install
voxvera check # verify dependencies before launching
npm start
```
Click **Quickstart** to generate flyers without the terminal.
Click **Quickstart** to generate flyers without the terminal. If any tools are
missing or the network fails, see `docs/troubleshooting.md` for fixes.
---