Like LiveShare for the Playground, but no-where near as polished and awesome.
You can create collaboration rooms where one person at a time can edit, and everyone else can use all the Playground inspection tools in read-only mode.
- Click this link to install
or
- Open up the TypeScript Playground
- Go the "Plugins" in the sidebar
- Install through the list
Then it will show up as a tab in the sidebar.
- Sync compiler option
- UI polish
See CONTRIBUTING.md for the full details, however, TLDR:
git clone https://github.com/orta/playground-collaborate.git
cd playground-collaborate
yarn install
yarn start
Then tick the box for starting plugin development inside the TypeScript Playground.