# Docs **Repository Path**: mirrors_AgoraIO/Docs ## Basic Information - **Project Name**: Docs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: staging - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-09 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Agora Brand Logo

Agora Documentation Website

Agora documentation website uses [Docusaurus](https://docusaurus.io/) to generate the static documentation website. It also uses MDX and React as the frontend framework. The actual contents of the website (in MDX) lives in a git submodule [repository](https://github.com/AgoraIO/Docs-Source). ## Prerequisites In order to build the Agora documentation using this repo you must have to have installed [Nodejs](https://nodejs.org/en/download/) >= `16.8.0` on your system. ## Run the Website - Clone the repository using your terminal: ```bash git clone https://github.com/AgoraIO/Docs.git ``` - In Terminal, navigate to the root folder of this repository.Initiate the submodules: ```bash cd Docs git submodule sync --recursive git submodule update --init --remote --recursive git pull --recurse-submodules cp .env.example .env export NODE_OPTIONS=“--max_old_space_size=4096” ``` - **Installation** ```bash yarn ``` - **Local Development** ```bash yarn start ``` - **Build** ```bash yarn build ```