Skip to content

greysullivan/think_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

think_

private local archive · by THEO_

alpha build — v0.1.0 · ongoing development


setup from scratch (mac)

# 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 .

[optional_]

open with Claude Code Codex

cd ~/think-site
claude/codex

CLAUDE.md gives Claude Code or Codex full context automatically.

make changes

edit index.html directly or tell CC what you want. then:

git add . && git commit -m "describe change" && git push
netlify deploy --prod --dir .

About

think_0.1.0 alpha build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors