dblume commited on 2023-01-20 22:18:27
Showing 4 changed files, with 30 additions and 2 deletions.
... | ... |
@@ -30,11 +30,21 @@ If you're me, and you want to contribute to the repo, then you can clone it like |
30 | 30 |
|
31 | 31 |
### CLI |
32 | 32 |
|
33 |
-Running make will build and deploy if you have `$ROKU_DEV_TARGET` set. |
|
33 |
+Running make will build and deploy if you have `$ROKU_DEV_TARGET` and `$DEVPASSWORD` set. |
|
34 | 34 |
|
35 | 35 |
make |
36 | 36 |
|
37 |
-### IDE |
|
37 |
+### VS Code |
|
38 |
+ |
|
39 |
+VS Code can also use the Makefile with [VC Code Makefile Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.makefile-tools). |
|
40 |
+You can set environment variables `$ROKU_DEV_TARGET` and `$DEVPASSWORD` in a file ".env". For example: |
|
41 |
+ |
|
42 |
+ ROKU_DEV_TARGET=192.168.1.2 |
|
43 |
+ DEVPASSWORD=mooltipass |
|
44 |
+ |
|
45 |
+Use dxb\_channel.code-workspace as your workspace file for the project. |
|
46 |
+ |
|
47 |
+### Sublime Text |
|
38 | 48 |
|
39 | 49 |
See the "build\_systems" command in dxb\_channel.sublime-project to see how the channel is zipped and deployed. |
40 | 50 |
|