Skip to content

seratch/vibes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vibes

A repository with GitHub Codespaces configuration that configures Claude Code, OpenAI Codex CLI, or Google Gemini CLI

Setup

  1. Fork this repository
  2. Launch your Codespace by clicking "..." then "New with options..."
  3. Enter your anthropic api key and be sure to choose "US West" or "Southeast Asia" as the region for a fast startup.

You can also set your ANTHROPIC_API_KEY environment variable directly in GitHub Codespaces secrets:

Using Claude Code

Once your Codespace is set up with your API key, simply use Claude Code with:

claude

Or with a specific question:

claude "What does this repository do?"

Troubleshooting

If you see a warning about missing API key when the Codespace starts:

  1. Follow the on-screen instructions to set up your API key
  2. After adding the secret, you may need to rebuild your Codespace for it to take effect
  3. Alternatively, you can set the key for your current session with:
    export ANTHROPIC_API_KEY=your-api-key-here

About

A repo to run claude-code in codespaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%