Skip to content

Commit

Permalink
Changes required to run starter kit (#33)
Browse files Browse the repository at this point in the history
* Added config to server.js and provided one sample utterance

* Fixed code linting errors
  • Loading branch information
Steven Hansen authored and armonge committed Apr 1, 2017
1 parent a989592 commit cc65191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/starterKit/server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use strict';

const skill = require('./skill/MainStateMachine');
const config = require('./config');

skill.startServer();
skill.startServer(config.server.port);
1 change: 1 addition & 0 deletions samples/starterKit/speechAssets/SampleUtterances.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AMAZON.HelpIntent Tell me more about this skill

0 comments on commit cc65191

Please sign in to comment.