code-server/README.md
2019-02-05 11:15:42 -06:00

25 lines
231 B
Markdown

# 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
```