### Install Project Dependencies with pnpm Source: https://github.com/akool-official/akool-streaming-avatar-react-demo/blob/main/README.md Command to install all necessary project dependencies using pnpm, a fast, disk space efficient package manager. ```bash pnpm install ``` -------------------------------- ### Start Akool Streaming Avatar React Demo Development Server Source: https://github.com/akool-official/akool-streaming-avatar-react-demo/blob/main/README.md Command to start the local development server for the Akool Streaming Avatar React demo, making it accessible in a web browser. ```bash pnpm dev ``` -------------------------------- ### Clone Akool Streaming Avatar React Demo Repository Source: https://github.com/akool-official/akool-streaming-avatar-react-demo/blob/main/README.md Instructions to clone the Akool Streaming Avatar React demo repository from GitHub and navigate into its directory. ```bash git clone https://github.com/AKOOL-Official/akool-streaming-avatar-react-demo cd akool-streaming-avatar-react-demo ``` -------------------------------- ### Build Akool Streaming Avatar React Demo for Production Source: https://github.com/akool-official/akool-streaming-avatar-react-demo/blob/main/README.md Command to build the Akool Streaming Avatar React demo application for production deployment, generating optimized static assets. ```bash pnpm build:prod ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.