private local archive · by THEO_
alpha build — v0.1.0 · ongoing development
# 1. go to the folder
cd ~/think-site # or wherever you put this from Google Drive
# 2. init git
git init
git add .
git commit -m "init: think_ alpha"
# 3. push to GitHub
gh auth login # install gh first: brew install gh
gh repo create think_ --private --source=. --push .cd ~/think-site
claude/codexCLAUDE.md gives Claude Code or Codex full context automatically.
edit index.html directly or tell CC what you want. then:
git add . && git commit -m "describe change" && git push
netlify deploy --prod --dir .