Template Repo for Hono Clone Repo, then: git remote remove origin git remote add origin <new-repo-url> Verify changes: git remote -v ## commit code git push -u origin main yarn install yarn run dev open http://localhost:3000