code-server/README.md

25 lines
231 B
Markdown
Raw Normal View History

2019-01-08 00:46:19 +00:00
# vscode-cloud
Run VS Code in the cloud.
## Contributing
### Getting the source
```
git clone https://github.com/codercom/vscode-cloud
```
### Installing dependencies
```
cd vscode-cloud
yarn
```
### Run
```
yarn start
```