Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 929 Bytes

File metadata and controls

24 lines (17 loc) · 929 Bytes

Two Sites Viewer — CI Ready

This repo builds a single-window Electron app that shows two sites stacked vertically.

Default URLs

Build with GitHub Actions

  1. Create a new GitHub repo and upload these files (keep folder structure).
  2. Go to Actions tab → run build-windows-portable (or push to main).
  3. After it finishes, open the workflow run → Artifacts → download Two-Sites-Viewer-Portable.
  4. Inside you’ll find Two Sites Viewer Portable.exe. Copy it to your laptop and run.

Edit at runtime

  • Edit config.json next to the EXE to change URLs or dividerRatio.

Local build (optional)

npm install
npm run build:win