- Your
.envfile has your OpenAI API key - Docker is running
- You can access http://localhost:4000/dashboard/
- Semantic search works with your API key
- All
.envfiles are gitignored -
.env.exampletemplates exist - No secrets in code
- All tests pass
When they clone, they should:
- Copy
.env.exampleto.env - Add their OpenAI API key
- Run
./scripts/setup-new-machine.sh - Run
./scripts/start-dev.sh
- Open the
codegraphfolder - AI knows project context from
.cursorrules - Ignore patterns in
.cursorignore - Settings in
.cursor/settings.json
- Project context in
.claude/project.md - Use
@codegraphto reference the project - AI understands the architecture
# Start everything
./scripts/start-dev.sh
# Check before push
./scripts/pre-push-check.sh
# Push all repos
./scripts/push-all.sh
# Sync latest
./scripts/sync-repos.sh