Add getting started guide and Windows packaging
Template tests / tests (push) Failing after 6s

This commit is contained in:
Iisyourdad
2026-06-10 18:48:27 -05:00
parent f47aca67c2
commit 3da4239338
7 changed files with 3371 additions and 11 deletions
+4 -1
View File
@@ -71,6 +71,8 @@ using only Node built-ins.
## Getting Started
For a shorter walkthrough, see [GETTING_STARTED.md](GETTING_STARTED.md).
Requirements: Node.js 20+ and npm (Electron is the only dependency).
```bash
@@ -102,7 +104,8 @@ bash scripts/bootstrap-offline.sh # verify toolchain availability
bash scripts/verify.sh # full test suite + smoke checks
bash scripts/build-release.sh # assemble runnable app directory
bash scripts/package-linux.sh # portable tar.gz + .deb (+ AppDir spec)
pwsh scripts/package-windows.ps1 # portable zip + installer specs
npm run package:windows # portable Windows .exe in releases/
pwsh scripts/package-windows.ps1 # same Windows portable build via PowerShell
```
See [build/build_report.md](build/build_report.md) for what was produced on