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: labs/LocalGuide/README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ You can publish a guide to various restaurants and attractions to let people kno
19
19
Find and change the name of the city and the local restaurant details within the code in index.js
20
20
21
21
#### Test
22
-
Open a command prompt and navigate to this folder (labs/LocalGuide). Type in ```node testflow```
22
+
1. Be sure you have installed Node.JS on your laptop.
23
+
1. With the alexa-cookbook previously downloaded to a folder your laptop, open a command prompt and navigate to the cookbook folder (labs/LocalGuide/src). Type in ```npm install```
24
+
1. Next, navigate back up to the (labs/LocalGuide) folder. Type in ```node testflow```
23
25
You should see a sequence of skill events be tested and the corresponding output.
24
26
This will look best with a black-background command prompt.
0 commit comments