Suggested Deployment Direction For This Repo

Recommended initial approach:

  1. Build as a static site unless the design requires server behavior.
  2. Keep generated output in a local dist/ folder ignored by git until deploy conventions are ratified.
  3. Add a deploy document before adding deploy scripts.
  4. For first live deploy, choose one:
    • copy built static output to a new VPS path such as /mnt/tsukimi-moon-garden;
    • update the Nginx relik root after a verified backup;
    • or serve the app on a dedicated localhost port and route Cloudflare tunnel apex/www to that port.
  5. Do not update DNS/tunnel/Nginx again until there is a specific deployment plan and a rollback path.