# Daily-Standup **Repository Path**: mirrors_AgoraIO-Community/Daily-Standup ## Basic Information - **Project Name**: Daily-Standup - **Description**: Empowering remote teams - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **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 # [ARCHIVED] Daily Standup **⚠️ This project is no longer maintained and has been archived.** Please note that this repository is now in a read-only state and will not receive any further updates or support. We recommend using to the latest version of the **Agora Web SDK**: [Learn more](https://www.agora.io/en/products/video-call/) For documentation and support, please visit the [Agora Documentation](https://docs.agora.io/en/). --- Daily Standup empowers the remote teams by powering their Daily Standups. ### Getting started 1) Clone repo ``` https://github.com/AgoraIO-Community/Daily-Standup.git ``` 2) Change directory ``` cd Daily-Standup ``` 3) Install the dependencies ``` npm install ``` 4) Create Agora account ``` https://dashboard.agora.io/en/signup ``` 5) Create a new Agora Project and get App ID ``` https://dashboard.agora.io/projects ``` 6) Configure App Id Update the App Id in src/agora.config.js 7) Start App ``` npm start ``` 8) Open app url in chrome ``` http://localhost:3000/ ``` 9) Use Daily Standup App Enter team name in the input box on the homepage and then click on Meet button. Other members of your team can join the standup by doing the same. Ensure that you give the access for camera and microphone to the app when Chrome prompts for the same.