- To be able to start this development server, you will have firstly to do
npm installinside this root folder, which will install the necessaryalexa-app-serverdependency. - All Alexa skills are inside the
appsfolder, in their own folders. You will have to do also thenpm installinside every folder of skill you want to test/use, because every skill has it's own dependencies. - If you want to publish the skill/app to Amazon as
lambda function, you have tozipeverything inside that skill's folder, includingpackage.jsonandnode_modules.
See the LICENSE file.