You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ Command line interface for [CodeRoad](http://coderoad.github.io).
7
7
> npm install -g coderoad-cli
8
8
```
9
9
10
+
## Tutorial Development
11
+
12
+
##### Development
13
+
14
+
* In your development directory, run `> coderoad create $NAME$`
15
+
* Run `> npm link` to create a symbolic link to your project
16
+
* Update changes to your tutorial by running `> coderoad build`
17
+
18
+
##### Trying your Tutorial
19
+
20
+
* Use another empty directory to test your tutorial. Run `> npm link coderoad-$NAME$` & `> npm install`. This will install your development tutorial package link as a node module.
21
+
* Open `atom-coderoad` to view the tutorial. Your package should appear as a loaded package.
0 commit comments