# app-builder-core **Repository Path**: mirrors_AgoraIO-Community/app-builder-core ## Basic Information - **Project Name**: app-builder-core - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # App builder core This repository is a part of [RTE app builder](https://appbuilder.agora.io). ## 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