Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Merge branch 'milestone-22-signalling-211' of github.com:Agor… #1486

Closed
wants to merge 3 commits into from
Closed
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
15 changes: 6 additions & 9 deletions shared/common/project-setup/web.mdx
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
<PlatformWrapper platform="web">

1. **Clone the repository**:
<ProductWrapper product="signaling" >
1. Clone the [<Vpd k="SDK" /> sample code repository](https://github.com/AgoraIO/signaling-sdk-samples-web) to
`<samples-root>` in your development environment:

To clone the repository to your local machine, open Terminal and navigate to the directory where you want to clone the repository. Then, use the following command:

<ProductWrapper product="signaling" >
```bash
git clone https://github.com/AgoraIO/signaling-sdk-samples-web
```
</ProductWrapper>

1. **Install the dependencies**:

Navigate to the root directory of the cloned repository and run the following command:
1. Install the dependencies. Open Terminal in the root directory of the cloned repository and run the following command:

```bash
pnpm install
```

By default <Vpd k="SDK" /> is installed automatically. However, you can also [Install <Vpd k="SDK" /> manually](../reference/downloads#through-the-agora-website).

</ProductWrapper>

</PlatformWrapper>
28 changes: 0 additions & 28 deletions shared/common/project-test/android.mdx

This file was deleted.

22 changes: 0 additions & 22 deletions shared/common/project-test/electron.mdx

This file was deleted.

28 changes: 0 additions & 28 deletions shared/common/project-test/flutter.mdx

This file was deleted.

21 changes: 0 additions & 21 deletions shared/common/project-test/index.mdx

This file was deleted.

7 changes: 0 additions & 7 deletions shared/common/project-test/ios.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions shared/common/project-test/macos.mdx

This file was deleted.

39 changes: 0 additions & 39 deletions shared/common/project-test/react-js.mdx

This file was deleted.

61 changes: 0 additions & 61 deletions shared/common/project-test/react-native.mdx

This file was deleted.

28 changes: 0 additions & 28 deletions shared/common/project-test/swift.mdx

This file was deleted.

25 changes: 0 additions & 25 deletions shared/common/project-test/unity.mdx

This file was deleted.

36 changes: 0 additions & 36 deletions shared/common/project-test/web.mdx

This file was deleted.

Loading
Loading