README.md 1.5 KB
Newer Older
A
Anmol Sethi 已提交
1
# code-server
A
Asher 已提交
2

A
Anmol Sethi 已提交
3
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and access it in the browser.
4

A
Anmol Sethi 已提交
5 6 7 8
![Screenshot](./doc/assets/screenshot.png)

## Highlights

A
Anmol Sethi 已提交
9
- **Code everywhere:** Code on your Chromebook, tablet, and laptop with a
10 11 12 13 14 15
  consistent dev environment. Develop on a Linux machine and pick up from any
  device with a web browser.
- **Server-powered:** Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.
  Preserve battery life when you're on the go since all intensive tasks runs on your server.
  Make use of a spare computer you have lying around and turn it into a full development environment.

A
Anmol Sethi 已提交
16
## Getting Started
17

A
Anmol Sethi 已提交
18
For a full setup and walkthrough, please see [./doc/guide.md](./doc/guide.md).
19

A
Anmol Sethi 已提交
20 21
[We have a script](./install.sh) to install code-server for Linux and macOS.

A
Anmol Sethi 已提交
22
It tries to use the system package manager if possible.
A
Anmol Sethi 已提交
23 24

First run to print out the install process:
C
Colin Adler 已提交
25 26

```bash
27 28
curl -fsSL https://code-server.dev/install.sh | sh  -s -- --dry-run
```
29

A
Anmol Sethi 已提交
30
Now to actually install:
31 32

```bash
A
Anmol Sethi 已提交
33
curl -fsSL https://code-server.dev/install.sh | sh
34 35
```

A
Anmol Sethi 已提交
36 37 38
The install script will print out how to run and start using code-server.

Docs on the install script, manual installation and docker image are at [./doc/install.md](./doc/install.md).
39

A
Anmol Sethi 已提交
40
## FAQ
A
Asher 已提交
41

A
Anmol Sethi 已提交
42
See [./doc/FAQ.md](./doc/FAQ.md).
A
Asher 已提交
43

O
Onilton Maciel 已提交
44 45 46 47
## Contributing

See [./doc/CONTRIBUTING.md](./doc/CONTRIBUTING.md).

K
Kyle Carberry 已提交
48
## Enterprise
49

A
v3.3.0  
Anmol Sethi 已提交
50
Visit [our website](https://coder.com) for more information about our
A
Anmol Sethi 已提交
51
enterprise offerings.