25 lines
231 B
Markdown
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
|
||
|
```
|