code-server/README.md

25 lines
230 B
Markdown
Raw Normal View History

2019-02-06 05:26:57 +08:00
# vscode-remote
2019-01-08 08:46:19 +08:00
2019-02-06 05:26:57 +08:00
Run VS Code remotely.
2019-01-08 08:46:19 +08:00
## Contributing
### Getting the source
```
2019-02-06 05:26:57 +08:00
git clone https://github.com/codercom/vscode-remote
2019-01-08 08:46:19 +08:00
```
### Installing dependencies
```
2019-02-06 05:26:57 +08:00
cd vscode-remote
2019-01-08 08:46:19 +08:00
yarn
```
### Run
```
yarn start
```