npm install
step1- 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 dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint