From 8741293990223c107625c31640d2544b73de012d Mon Sep 17 00:00:00 2001 From: Brian Shanley <5247913+brianshano@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:38:01 +0000 Subject: [PATCH] Add installation instructions for project dependencies Added instructions to install dependencies before starting the project. --- packages/docs/docs/ai/claude-code.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/docs/docs/ai/claude-code.mdx b/packages/docs/docs/ai/claude-code.mdx index 0ed5ca1878f..ae84afc096c 100644 --- a/packages/docs/docs/ai/claude-code.mdx +++ b/packages/docs/docs/ai/claude-code.mdx @@ -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