Add installation scripts

This commit is contained in:
thePR0M3TH3AN
2025-06-18 22:30:27 -04:00
parent 9dc8b12240
commit 7026ad47b6
3 changed files with 133 additions and 0 deletions

View File

@@ -2,6 +2,22 @@
VoxVera provides scripts and templates for producing printable flyers with QR codes. These flyers link to content hosted through Tor and can also include a Nostr page. The project automates building the HTML, generating the QR codes, and copying all assets into a directory under `host/` so they can be served statically.
## Quick Install
Run the installer to set up all dependencies and the `voxvera` CLI in one step.
### Linux/macOS
```bash
curl -fsSL https://raw.githubusercontent.com/PR0M3TH3AN/VoxVera/main/install.sh | bash
```
### Windows PowerShell
```powershell
irm https://raw.githubusercontent.com/PR0M3TH3AN/VoxVera/main/install.ps1 | iex
```
## Prerequisites
- **Node.js** and **npm**
- **jq**