From 69fd7bb617cb6f76a2a5516273e00a8f9ae51943 Mon Sep 17 00:00:00 2001 From: Mike Nikles <788827+mikenikles@users.noreply.github.com> Date: Thu, 23 Sep 2021 10:44:00 -0700 Subject: [PATCH] Add the OpenVSCode Server starter. (#193) --- examples/openvscode-server/README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 examples/openvscode-server/README.md diff --git a/examples/openvscode-server/README.md b/examples/openvscode-server/README.md new file mode 100644 index 0000000..957c872 --- /dev/null +++ b/examples/openvscode-server/README.md @@ -0,0 +1,27 @@ +--- +title: OpenVSCode Server +description: An OpenVSCode Server example. +tags: + - vscode + - ide +--- + +# OpenVSCode Server Example + +This example is for the [OpenVSCode Server](https://github.com/gitpod-io/openvscode-server), a version of VS Code that runs a server on a remote machine and allows access through a modern web browser. It's based on the very same architecture used by [Gitpod](https://www.gitpod.io) or [GitHub Codespaces](https://github.com) at scale. + +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fgitpod-io%2Fopenvscode-releases&envs=RELEASE_TAG%2CPORT&RELEASE_TAGDefault=openvscode-server-v1.60.0&PORTDefault=3000) + +## ✨ Features + +- VS Code in a browser + +## 💁‍♀️ How to use + +- Use OpenVSCode Server as you would VS Code locally to develop your applications + +## 📝 Notes + +For OpenVSCode Server questions & feature requests, please visit [gitpod-io/openvscode-server](https://github.com/gitpod-io/openvscode-server). + +For VS Code questions & feature requests in general, please visit [microsoft/vscode](https://github.com/microsoft/vscode).