Real-time Great Lakes water level dashboard and shoreline intelligence platform. Built and maintained by Chris Izworski, Bay City, Michigan. Affiliated with Save Our Shoreline (SOS), Bay City, Michigan.
This repo contains the static prebuilt version currently deployed to production at https://greatlakeslevels.org. It's the output of a Vite/React build, not the React source itself.
- 57 prerendered HTML pages (one per route)
- Bundled JS in
assets/ - favicon, IndexNow key, robots.txt
- Vercel project:
prj_S0CCQ3SOtTGS6Kmy4dHxIKbPOz7a - Framework setting:
null(static prebuild) - Domain: greatlakeslevels.org, www.greatlakeslevels.org
The original React/Vite source (App.jsx ~1836 lines, with 12 property-owner tabs, 25 sub-regions, 108-year historical data, dark persistent header with gauge selector) is NOT in this repo. It lives on Chris's local machine.
To do a full React rebuild and redeploy:
- Open the React source locally
npm run buildto produce a freshdist/- Push the contents of
dist/to this repo - Vercel will redeploy
To do a quick HTML/copy edit:
- Edit the relevant
*/index.htmlfile directly in this repo - Commit and push
- Vercel redeploys automatically
Footer attribution on every page: "Board member of Save Our Shoreline, Bay City, Michigan"