Skip to content

xueqingxiao/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.9%
  • CSS 5.7%
  • JavaScript 2.6%
  • Smarty 1.2%
  • HTML 1.2%
  • Dockerfile 0.4%