|
|
4 месяцев назад | |
|---|---|---|
| .bmad-core | 4 месяцев назад | |
| .claude | 4 месяцев назад | |
| public | 4 месяцев назад | |
| src | 4 месяцев назад | |
| .eslintignore | 4 месяцев назад | |
| .eslintrc | 4 месяцев назад | |
| .gitignore | 4 месяцев назад | |
| .prettierrc | 4 месяцев назад | |
| CLAUDE.md | 4 месяцев назад | |
| README.md | 4 месяцев назад | |
| index.html | 4 месяцев назад | |
| package.json | 4 месяцев назад | |
| tsconfig.json | 4 месяцев назад | |
| tsconfig.node.json | 4 месяцев назад | |
| vite.config.ts | 4 месяцев назад |
See Get Started with Agora to learn how to get an App ID and App Certificate. (Certificate must be turned on)
Activate RTM permissions in the console

Contact technical support to activate RTT permissions
Find .env file and fill in the following parameters correctly
VITE_AGORA_APP_ID=<YOUR_APP_ID>
VITE_AGORA_APP_CERTIFICATE=<YOUR_APP_CERTIFICATE>
In the project root path run the following command to install dependencies.
npm install
Use the following command to run the sample project.
npm run dev
Use the following command to build the sample project.
npm run build