npm installstep1- Enter src/stores/counter.js
step2- Make account on agora and get APPID and TOKEN for RTC
step3- Enter src/views/chattingBody.vue
step4- Get APPID and TOKEN for RTM
= The RTM TOKEN is permanent but RTC TOKEN should update it everyday.
npm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitLint with ESLint
npm run lint