1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-28 05:05:25 +00:00
code-server-2/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
```