Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 431 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 431 Bytes

Microsoft Teams - Electron app

Microsoft Teams - Electron app is based on Electron and let you use the Microsoft Teams webapp in a single window like a desktop application.

Install dependencies

yarn

Run app in DEV mode

yarn start

Package app

yarn package

Build installer

# linux x64 .deb & .tar,gz files
yarn build