code-server/README.md

25 lines
230 B
Markdown
Raw Normal View History

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