Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/docs/docs/ai/claude-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ If you named your project `my-video`, you would run the following command:
cd my-video
```

Install dependencies

```bash
npm install
```

Start the project using the following command:

```bash
Expand Down
Loading