28 lines
643 B
Plaintext
28 lines
643 B
Plaintext
---
|
|
title: "Claude Code"
|
|
description: "Set up Anthropic's Claude Code agent"
|
|
icon: https://www.vibekanban.com/images/logos/claude.svg#"
|
|
---
|
|
|
|
<Steps>
|
|
<Step title="Run Claude Code">
|
|
```bash
|
|
npx -y @anthropic-ai/claude-code
|
|
```
|
|
</Step>
|
|
|
|
<Step title="Follow the login instructions">
|
|
Complete the authentication flow as prompted. For more details, see the [Claude Code documentation](https://docs.claude.com/en/docs/claude-code/quickstart).
|
|
</Step>
|
|
|
|
<Step title="Start Vibe Kanban">
|
|
Once authenticated, launch Vibe Kanban:
|
|
|
|
```bash
|
|
npx vibe-kanban
|
|
```
|
|
|
|
You can now select Claude Code when creating task attempts.
|
|
</Step>
|
|
</Steps>
|