webrtc
A video chat and screen share made with Vue.js and SkyWay (WebRTC platform)
Screenshot
Project setup
yarn install
Modify your key
sed -e 's/YourSkyWayKey/[Your SkyWay key]/' .env.sample > .env
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Run your tests
yarn run test
Lints and fixes files
yarn run lint