Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 310 Bytes

File metadata and controls

17 lines (14 loc) · 310 Bytes

PulseBoard ⚡

A lightweight real-time service status dashboard.

Features

  • Live service monitoring
  • Simple JSON-based backend
  • Auto-deployed frontend via GitHub Pages
  • CI with GitHub Actions

Run locally

cd backend
npm install
node server.js

Open frontend/index.html in your browser.