diff --git a/examples/debug-assistant-demo/README.md b/examples/debug-assistant-demo/README.md index 8473713..dd19609 100644 --- a/examples/debug-assistant-demo/README.md +++ b/examples/debug-assistant-demo/README.md @@ -51,8 +51,8 @@ ```bash # Clone the repository -git clone https://github.com/YourGPT/yourgpt-copilot.git -cd yourgpt-copilot +https://github.com/YourGPT/copilot-sdk.git +cd copilot-sdk # Install all dependencies from root (required for workspace) pnpm install @@ -63,6 +63,10 @@ cp examples/debug-assistant-demo/.env.example examples/debug-assistant-demo/.env # Run development server cd examples/debug-assistant-demo + +# Install dependencies +pnpm install + pnpm dev ``` diff --git a/examples/editor-demo/README.md b/examples/editor-demo/README.md index 24b38d2..ac8481f 100644 --- a/examples/editor-demo/README.md +++ b/examples/editor-demo/README.md @@ -43,8 +43,8 @@ ```bash # Clone the repository -git clone https://github.com/YourGPT/yourgpt-copilot.git -cd yourgpt-copilot +https://github.com/YourGPT/copilot-sdk.git +cd copilot-sdk # Install all dependencies from root (required for workspace) pnpm install @@ -55,6 +55,10 @@ cp examples/editor-demo/.env.example examples/editor-demo/.env.local # Run development server cd examples/editor-demo + +# Install dependencies +pnpm install + pnpm dev ``` diff --git a/examples/experimental/README.md b/examples/experimental/README.md index 4268d17..999af41 100644 --- a/examples/experimental/README.md +++ b/examples/experimental/README.md @@ -29,8 +29,8 @@ This directory contains experimental and raw examples for testing various SDK fe ```bash # Clone the repository -git clone https://github.com/YourGPT/yourgpt-copilot.git -cd yourgpt-copilot +https://github.com/YourGPT/copilot-sdk.git +cd copilot-sdk # Install all dependencies from root (required for workspace) pnpm install @@ -41,6 +41,10 @@ cp examples/experimental/.env.example examples/experimental/.env.local # Run development server cd examples/experimental + +# Install dependencies +pnpm install + pnpm dev ``` diff --git a/examples/express-demo/README.md b/examples/express-demo/README.md index b4c1bbc..b60ee63 100644 --- a/examples/express-demo/README.md +++ b/examples/express-demo/README.md @@ -32,8 +32,8 @@ ```bash # Clone the repository -git clone https://github.com/YourGPT/yourgpt-copilot.git -cd yourgpt-copilot +https://github.com/YourGPT/copilot-sdk.git +cd copilot-sdk # Install all dependencies from root (required for workspace) pnpm install @@ -43,6 +43,10 @@ export OPENAI_API_KEY=your-api-key-here # Run development server cd examples/express-demo + +# Install dependencies +pnpm install + pnpm dev ``` diff --git a/examples/playground/README.md b/examples/playground/README.md index ed5e8e7..6e53d27 100644 --- a/examples/playground/README.md +++ b/examples/playground/README.md @@ -24,8 +24,15 @@ ```bash # Clone the repository -git clone https://github.com/YourGPT/yourgpt-copilot.git -cd yourgpt-copilot/examples/playground +https://github.com/YourGPT/copilot-sdk.git + +cd copilot-sdk + +# Install all dependencies from root (required for workspace) +pnpm install + + +cd copilot-sdk/examples/playground # Install dependencies pnpm install diff --git a/examples/saas-demo/README.md b/examples/saas-demo/README.md index 74f0f29..2ce5aa7 100644 --- a/examples/saas-demo/README.md +++ b/examples/saas-demo/README.md @@ -41,8 +41,8 @@ ```bash # Clone the repository -git clone https://github.com/YourGPT/yourgpt-copilot.git -cd yourgpt-copilot +https://github.com/YourGPT/copilot-sdk.git +cd copilot-sdk # Install all dependencies from root (required for workspace) pnpm install @@ -53,6 +53,10 @@ cp examples/saas-demo/.env.example examples/saas-demo/.env.local # Run development server cd examples/saas-demo + +# Install dependencies +pnpm install + pnpm dev ``` diff --git a/examples/shopping-demo/README.md b/examples/shopping-demo/README.md index 654585a..90a5ccc 100644 --- a/examples/shopping-demo/README.md +++ b/examples/shopping-demo/README.md @@ -43,8 +43,8 @@ ```bash # Clone the repository -git clone https://github.com/YourGPT/yourgpt-copilot.git -cd yourgpt-copilot +https://github.com/YourGPT/copilot-sdk.git +cd copilot-sdk # Install all dependencies from root (required for workspace) pnpm install @@ -55,6 +55,10 @@ cp examples/shopping-demo/.env.example examples/shopping-demo/.env.local # Run development server cd examples/shopping-demo + +# Install dependencies +pnpm install + pnpm dev ``` diff --git a/examples/support-tickets-demo/README.md b/examples/support-tickets-demo/README.md index c367f20..0a83762 100644 --- a/examples/support-tickets-demo/README.md +++ b/examples/support-tickets-demo/README.md @@ -69,8 +69,8 @@ ```bash # Clone the repository -git clone https://github.com/YourGPT/yourgpt-copilot.git -cd yourgpt-copilot +https://github.com/YourGPT/copilot-sdk.git +cd copilot-sdk # Install all dependencies from root (required for workspace) pnpm install @@ -81,6 +81,10 @@ cp examples/support-tickets-demo/.env.example examples/support-tickets-demo/.env # Run development server cd examples/support-tickets-demo + +# Install dependencies +pnpm install + pnpm dev ```