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
+43-1Lines changed: 43 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Please fork it and send us improvements! Read our [CONTRIBUTING.md](CONTRIBUTING
10
10
11
11
We ask that you make pull requests because changes to this repository will get deployed onto the live production site immediately and it's best if you get feedback on your pull request first before it goes live.
12
12
13
-
## Running the app locally
13
+
## Running the entire app locally
14
14
15
15
This is a static site with a build step, simply run `npm start`:
16
16
@@ -19,6 +19,48 @@ npm install
19
19
npm start
20
20
```
21
21
22
+
## Installing and running workshop modules
23
+
24
+
Please refer to the [nodeschool site](http://nodeschool.io/#workshoppers) for detailed instructions. In short, there two ways to install the workshop modules :
25
+
26
+
-**Globally** (easiest)
27
+
28
+
`npm install -g module_name`
29
+
30
+
This will make the module available globaly in your `$PATH`. Just run it by calling it. **For example :**
0 commit comments