Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

senseobservationsystems/niceday-agora-app-builder-core-public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App builder core

This repository is a part of RTE app builder.

Development instructions

  1. Clone the repo

  2. Navigate into project directory and run:

    npm run dev-setup -- meeting
    npm run dev-setup -- live-streaming
    npm run dev-setup -- voice-chat
    npm run dev-setup -- audio-livecast
    

    By default, the setup will pick the dark theme. for light theme setup, add light keyword at the end of command

    npm run dev-setup -- meeting light

    This command will automatically set everything up for development

To build react sdk using esbuild,

  1. Install the go compiler from https://go.dev/doc/install
  2. Run go mod tidy to download dependencies

You can now build react sdk using esbuild through npm script

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.8%
  • JavaScript 6.0%
  • CSS 0.9%
  • Java 0.7%
  • Go 0.6%
  • Objective-C 0.5%
  • Other 0.5%