mirror of
https://git.tuxpa.in/a/code-server.git
synced 2024-12-27 04:35:25 +00:00
25 lines
230 B
Markdown
25 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
|
|
```
|