Skip to content

Commit 74446a6

Browse files
authored
Updated live text
1 parent 218ffce commit 74446a6

File tree

1 file changed

+14
-26
lines changed

1 file changed

+14
-26
lines changed

packages/homepage/content/docs/2-live.md

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,44 @@
22
title: Collaboration with Live
33
authors: ['CompuIves']
44
description:
5-
With CodeSandbox Live you can open up your sandbox for real time
5+
With CodeSandbox Live you can share your sandbox for real time
66
collaboration.
77
---
88

9-
## What is Live
10-
11-
![Live Sidebar](./images/live-screenshot.png)
9+
## What is Live?
1210

1311
Live is a mode in CodeSandbox that allows you to share your sandbox with others
14-
for real time collaboration. You can simultaneously create, delete, edit and
15-
move files in real time. It's like Google Docs, but for your code! You can
16-
access Live under the Live tab in the sidebar:
17-
18-
![Live Sidebar](./images/live-sidebar.png)
19-
20-
## Demo
21-
22-
We recorded a demo to show what CodeSandbox Live exactly is, you can watch it
23-
here:
24-
25-
<iframe width="740" height="370" src="https://www.youtube.com/embed/DnnJ0sLn28s" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe><br />
12+
for real time collaboration on code. You can simultaneously create, delete, edit and
13+
move files and code with others in a sandbox, as well as chat about your changes. It's like Google Docs, but for coding.
2614

27-
We also made an announcement blog post, which you can read
28-
[here](https://medium.com/@compuives/introducing-codesandbox-live-real-time-code-collaboration-in-the-browser-6d508cfc70c9).
15+
![Live mode](./images/live-screenshot.png)
2916

3017
## Going Live
3118

32-
You can go live by simply pressing the 'Go Live' button in the sidebar. This
33-
will give you a URL that you can share with others to join the session. Others
19+
You can go live by pressing the 'Go Live' button under the Live tab in the left-hand activity bar in the editor. This
20+
will give you a URL that you can share with others to join the session. Invited editors
3421
can only make edits to the sandbox while they are in the live session, they
3522
cannot do this when just viewing the sandbox.
3623

37-
![Going Live](./images/live-live.png)
24+
Invited editors can simultaneously edit, create, rename and update files and code, as well as add and remove dependencies. You can also see which file other collaborators are looking at and what their current selections are.
3825

39-
Others will be able to simultaneously edit, create, rename and update files.
40-
They will also be able to add and remove dependencies, as those settings are
41-
also file based. You can also see which file other collaborators are watching
42-
and what their current selections are.
26+
![Going Live](./images/live-live.png)
4327

4428
## Classroom Mode
4529

4630
With Classroom Mode you can define who can edit the sandbox. This is especially
4731
useful when working with large groups. You will only see the cursors of the
4832
users that are 'editor'.
4933

34+
You can enable Classroom Mode from the Live Mode drop-down menu.
35+
36+
![Classroom mode](./images/live-classroom.png)
37+
5038
You can give someone editor rights by pressing the '+' icon next to their name.
5139

5240
![Going Live](./images/live-make-editor.png)
5341

54-
And you can make someone a spectator by clicking the '-' icon next to their
42+
You can make someone a spectator by clicking the '-' icon next to their
5543
name.
5644

5745
![Going Live](./images/live-make-spectator.png)

0 commit comments

Comments
 (0)