This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ pressing <kbd>Ctrl</kbd> + <kbd>P</kbd> and then <kbd>!</kbd> (or
46
46
47
47
You can also use you terminal to build nodecg-io:
48
48
49
- ```
49
+ ``` shell
50
50
cd path/to/nodecg-io
51
51
npm run build
52
52
```
@@ -56,7 +56,7 @@ To do a full rebuild instead of just an incremental build you can use
56
56
57
57
The watch builder can be activated here too:
58
58
59
- ```
59
+ ``` shell
60
60
cd path/to/nodecg-io
61
61
npm run watch
62
62
```
@@ -86,7 +86,7 @@ start a Pull Request.
86
86
Occasionally you will want to merge changes in the upstream repository (the
87
87
official code repo) with your fork.
88
88
89
- ```
89
+ ``` shell
90
90
cd path/to/nodecg-io
91
91
git checkout master
92
92
git pull https://github.com/codeoverflow-org/nodecg-io master
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ will also tell you how to log in and how to use the GUI.
30
30
1 . In NodeCG, create a new IntelliJ service instance.
31
31
2 . Enter the host and port of your IDE's HTTP server:
32
32
33
- ```
33
+ ``` json
34
34
{
35
35
"address" : " 127.0.0.1:19524"
36
36
}
You can’t perform that action at this time.
0 commit comments