Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 535 Bytes

File metadata and controls

20 lines (12 loc) · 535 Bytes

EventNotify

Frontend demo for browsing structured device events and building filters with templated service-department messages.

Live demo: koolecontrols.github.io/EventNotifyExample

Stack

React + TypeScript + Vite + Tailwind v4 + shadcn/ui.

Develop

pnpm install
pnpm dev

Deploy

Pushes to main are built and deployed to GitHub Pages by .github/workflows/deploy.yml. To enable, set Settings → Pages → Source to "GitHub Actions" once.