Contribute private hub

Student path

From your laptop to a live page — what you actually do.

  1. Get the repo. Clone louisbingner/the-world-and-me from GitHub (ask an adult helper if you need access).
  2. Create a branch. Name it for the change, e.g. content/update-programs-blurb.
  3. Edit content. Most public copy lives in content/site.ts. Page layouts live under app/.
  4. Run locally (optional). npm install then npm run dev — open the local URL to check your change.
  5. Open a pull request against main on GitHub.
  6. Check the preview. Cloudflare Workers Builds posts a *.workers.dev preview link on the PR. Click it; make sure the page looks right.
  7. 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.

See also: publish workflow diagram · IT path