Own it · example handover
The handover folder, browsable
Every build ends with a folder like this one. This example was written for the demonstration project on this site — a fictional shop, realistic structure. For your build, every line would be about your system, your accounts, your manual.
- README.md
What this is, how to run it, who to call if it breaks — any developer, and here's what to tell them. - MANUAL.md
The user manual, written for the office, not for developers. - ACCOUNTS.md
Every account, domain, and login — owned by the client, inventoried in one place. Secrets redacted in this public example. - DECISIONS.md
One page of why-it's-built-this-way, in plain English. - app/ — the source code
Browsable file by file, buildable as delivered — the actual source of the Spreadsheet Rescue demo, generated from the same files the live demo is built from.