Student path
From your laptop to a live page — what you actually do.
- Get the repo. Clone
louisbingner/the-world-and-mefrom GitHub (ask an adult helper if you need access). - Create a branch. Name it for the change, e.g.
content/update-programs-blurb. - Edit content. Most public copy lives in
content/site.ts. Page layouts live underapp/. - Run locally (optional).
npm installthennpm run dev— open the local URL to check your change. - Open a pull request against
mainon GitHub. - Check the preview. Cloudflare Workers Builds posts a
*.workers.devpreview link on the PR. Click it; make sure the page looks right. - Merge when ready. After review, merge to
main. That updates production at theworldandme.net.
If the preview fails, read the Workers Builds log on the PR check. Fix the branch and push again — do not merge a red build.