mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
24 lines
230 B
Markdown
24 lines
230 B
Markdown
# vscode-remote
|
|
|
|
Run VS Code remotely.
|
|
|
|
## Contributing
|
|
|
|
### Getting the source
|
|
|
|
```
|
|
git clone https://github.com/codercom/vscode-remote
|
|
```
|
|
|
|
### Installing dependencies
|
|
|
|
```
|
|
cd vscode-remote
|
|
yarn
|
|
```
|
|
|
|
### Run
|
|
|
|
```
|
|
yarn start
|
|
```
|