🚀 Streamer Setup Guide
📦 Step 1: Install Node.js
- Go to nodejs.org/en/download
- Click the Windows Installer (.msi) (LTS version recommended)
- Run the installer and accept defaults (ensure "Add to PATH" stays checked)
- Already have Node? Run
node -v
in a terminal to verify (v18+ recommended).
🖥️ Step 2: Start the Local Server
- Double‑click start_server.bat in the project folder.
- You should see:
Node.js found! Starting server...
- Keep this window open while streaming.
📺 Step 3: Add Overlay to OBS
- In OBS, under Sources, click the +.
- Select Browser Source (name it e.g. All Perk Streak).
- Set the URL to http://localhost:8000/streamer-overlay.html.
- Enable Refresh browser when scene becomes active.
- Click OK.
🛠️ Step 4: Customize CSS
- Open streamer-overlay.css in the project root.
- Edit styles (colors, layout, fonts) to match your branding.
- Save the file.
- In OBS: Right‑click the Browser Source → Properties → click Refresh cache of current page.
- Confirm visual changes appear.
🔍 Troubleshooting
- Blank overlay? Confirm the server window is running and URL is exactly
http://localhost:8000/streamer-overlay.html
.