Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/README.md

25 lines
230 B
Markdown
Raw Normal View History

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