Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 782 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 782 Bytes

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.