Own it · example handover · app/

The source code, browsable

This is the real source of the working demo on the Spreadsheet Rescue page — not an excerpt, not a cleaned-up copy. These pages are generated from the same files the demo is built from, so they can't drift apart.

To run it on any computer: install Node (the mainstream JavaScript toolchain), then in this folder run npm install and npm run dev. That's the whole ceremony. The sample data comes from a small shared generator package in the same repository — seeded, dated relative to today, and written to be read. (Not shown below: the one-tag HTML shell the build tool reads; everything that does anything is here.)

← Back to the handover folder