/ui

VUE.js UI feat. Video Calling + Wiki Notes (data sharing) between users in session "room"

Primary LanguageVueMIT LicenseMIT

Powered by Vue.js v2 + Vuex, the AirSend UI brings great collaboration UI/UX for users.

Requirements

  • Node.js v14+
  • NPM

Setup

npm install --legacy-peer-deps

Also copy the .env.sample file to .env and set the values according to your setup (if you're using the dockerized Airsend Bootstrap Environment, it's not necessary).

Development Server

npm run serve

Build

npm run build

Contributing

AirSend is an open source project and we are super happy to accept your contribution.

To contribute, open a pull request with your changes explaining what are you fixing or implement, and how would that impact the application.