File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# code-server · ; [ ![ MIT license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/cdr/code-server/blob/master/LICENSE ) [ ![ "Latest Release"] ( https://img.shields.io/github/release/cdr/code-server.svg )] ( https://github.com/cdr/code-server/releases/latest ) [ ![ Build Status] ( https://img.shields.io/travis/com/cdr/code-server/master )] ( https://github.com/cdr/code-server )
22
3+
34` code-server ` is [ VS Code] ( https://github.com/Microsoft/vscode ) running on a
45remote server, accessible through the browser.
56
@@ -9,6 +10,8 @@ Try it out:
910docker run -it -p 127.0.0.1:8080:8080 -v " ${HOME} /.local/share/code-server:/home/coder/.local/share/code-server" -v " $PWD :/home/coder/project" codercom/code-server:v2
1011```
1112
13+ [ ![ Run on Google Cloud] ( https://storage.googleapis.com/cloudrun/button.svg )] ( https://deploy.cloud.run )
14+
1215- ** Consistent environment:** Code on your Chromebook, tablet, and laptop with a
1316 consistent dev environment. develop more easily for Linux if you have a
1417 Windows or Mac, and pick up where you left off when switching workstations.
You can’t perform that action at this time.
0 commit comments