From a38c82fc7cebcc8b241c11280e71bdcbf1a33b3c Mon Sep 17 00:00:00 2001 From: Ayane Satomi Date: Wed, 18 Sep 2019 23:08:37 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index a98f3ad..3beaadc 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,17 @@ -Welcome to the code-server wiki! +Welcome to the official documentation for code-server. + +![code-server](https://github.com/cdr/code-server/raw/master/doc/assets/ide.gif) + + +## What is code-server? + +code-server is a port of the infamous [Visual Studio Code](https://code.visualstudio.com) for the web. You can leverage the same experience you enjoy on a local VS Code installation at the comfort of your browser. It also allows you to offload development in a more portable environment - such as Docker or in the cloud. + + +## Getting Started + +Check out our [Quick Start](/Quick_Start) to get you up to speed on installing code-server. + +## Deploying to a cloud provider + +Interested parties that want to deploy code-server to Google Cloud Platform or the like can refer to our [Deployment](/Deployment) documentation \ No newline at end of file