Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 6 additions & 2 deletions examples/debug-assistant-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

Expand Down
8 changes: 6 additions & 2 deletions examples/editor-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

Expand Down
8 changes: 6 additions & 2 deletions examples/experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

Expand Down
8 changes: 6 additions & 2 deletions examples/express-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

Expand Down
11 changes: 9 additions & 2 deletions examples/playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions examples/saas-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

Expand Down
8 changes: 6 additions & 2 deletions examples/shopping-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

Expand Down
8 changes: 6 additions & 2 deletions examples/support-tickets-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

Expand Down