Add dependency installation to DevGuide (#765)
This commit is contained in:
parent
841242c543
commit
b348f3c96a
|
@ -19,6 +19,13 @@ Open up the new folder:
|
||||||
cd jellyfin-roku
|
cd jellyfin-roku
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install Dependencies:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Method 1: Visual Studio Code
|
## Method 1: Visual Studio Code
|
||||||
We recommend using Visual Studio Code when working on this project. The [BrightScript Language extension](https://marketplace.visualstudio.com/items?itemName=RokuCommunity.brightscript) provides a rich debugging experience, including in-editor syntax checking, debugging/breakpoint support, variable inspection at runtime, auto-formatting, an integrated remote control mode, and [much more](https://rokucommunity.github.io/vscode-brightscript-language/features.html).
|
We recommend using Visual Studio Code when working on this project. The [BrightScript Language extension](https://marketplace.visualstudio.com/items?itemName=RokuCommunity.brightscript) provides a rich debugging experience, including in-editor syntax checking, debugging/breakpoint support, variable inspection at runtime, auto-formatting, an integrated remote control mode, and [much more](https://rokucommunity.github.io/vscode-brightscript-language/features.html).
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
"ropm": "0.10.9"
|
"ropm": "0.10.9"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"postinstall": "npx ropm copy",
|
||||||
"validate": "npx bsc --copy-to-staging=false --create-package=false",
|
"validate": "npx bsc --copy-to-staging=false --create-package=false",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"lint": "bslint",
|
"lint": "bslint",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user