Minimal static portfolio site for GitHub Pages.
python3 -m http.server 4173Then open http://127.0.0.1:4173.
Because this is edited through Codex Web, changes still need to be synced to GitHub to trigger GitHub Pages:
- Commit changes in the Codex workspace branch.
- Open/create the PR from that branch.
- Merge the PR into the branch configured in Settings → Pages (usually
main). - Wait for Pages deployment to finish, then hard-refresh the site.