Archived
1
0

Adds dev container and docs (#1499)

This commit is contained in:
Charles Moog
2020-04-14 17:22:52 -05:00
committed by GitHub
parent 28e91ba70c
commit 29b6115c77
3 changed files with 72 additions and 0 deletions

View File

@ -10,6 +10,16 @@ yarn vscode
yarn watch # Visit http://localhost:8080 once completed.
```
To develop inside of an isolated docker container:
```shell
./ci/dev-image/exec.sh
root@12345:/code-server# yarn
root@12345:/code-server# yarn vscode
root@12345:/code-server# yarn watch
```
Any changes made to the source will be live reloaded.
If changes are made to the patch and you've built previously you must manually