Skip to content

AgoraIO-Community/Agora-Cooperator

Repository files navigation

Agora Cooperator

build workflow build workflow

if you want to try this samples directly, please download samples from here

Prerequisites

  1. Please make sure Node.js 14+ has been installed.

Clone our samples:

$ git clone https://github.com/AgoraIO-Community/Agora-Cooperator.git

Quick Start

  1. enable corepack

    $ corepack enable
  2. activate pnpm

    $ corepack prepare pnpm@latest --activate
  3. install dependencies

    $ pnpm install --shamefully-hoist
  4. if you don't want to run a local server, you can modify API_HOST in the packages/assembly-ui/config-overrides.js file to use a remote server.

  5. run client

    $ pnpm start --filter=assembly-shared --filter=assembly-ui --parallel