Skip to content

ryanbliss/live-share-sandbox

Repository files navigation

Live Share Sandbox

This project uses Microsoft Live Share to enable a collaborative code sandbox in Teams.

Local testing

To test the project locally, first install the npm packages and then start the app.

npm

npm install
npm run start

yarn

yarn install
yarn start

Test in Teams

Compress the inner contents of the teams-app-package folder into a .zip file and upload as a custom app to Teams.

Note: Do not compress the teams-app-package folder itself.

Credit

License

Licensed under the MIT License, except for dependencies which have various licenses.