Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 501 Bytes

File metadata and controls

23 lines (17 loc) · 501 Bytes

PC Lab Kit Desktop

Tauri 2 shell that embeds the PHP lab UI in a native window.

Develop

# From repo root — uses repo as lab (PCLAB_LAB_ROOT optional)
cd desktop
npm install
$env:PCLAB_LAB_ROOT = (Resolve-Path ..).Path
npm run tauri -- dev

Build installers

.\scripts\build-desktop-windows.ps1   # → public/downloads/PcLabKit-Setup-Windows-x64.exe
./scripts/build-desktop-linux.sh      # → public/downloads/PcLabKit-Linux-x64.AppImage