WattHound ABC Electrical demo — static single-file site

This commit is contained in:
2026-08-11 01:33:26 +12:00
commit bd4264a935
4 changed files with 1516 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# watthound-demo-site
Static single-file WattHound demo (ABC Electrical) served at
https://watthound-demo.sculpt7.com
Deployed via Coolify (project `watthound-demo`) using the Dockerfile build pack:
nginx:alpine serving `index.html`.
## Update the live demo
1. Replace `index.html` with the new build.
2. `git commit -am "update demo" && git push`
3. Redeploy: Coolify auto-deploy on push (if webhook enabled), or trigger the
Coolify deploy for app `watthound-demo`.