Skip to content

alexa-labs/skill-sample-toolkit

Repository files navigation

ASK Toolkit Demo Skill

What You Will Need

What you Get

This is a demo showing how to do code-first Alexa Skills development with the ASK Toolkit. It's meant as companion code for this blog post which is deployed as an Alexa Hosted Skill.

Setting Up the Demo

This code is meant to be used as code snippets as you develop a Hello World skill in this blog post. However you can still deply this skill as self hosted following these steps in your command line prompt:

  1. Clone this project with git
  2. Open a command line prompt in the project root directory and do:
    • cd source
    • npm install
    • npm run buildmodel (optional)
    • npm run build
    • cd ../lambda
    • npm test (optional)
    • cd ..
    • ask deploy

Running the Demo

Just say or type "Alexa, open Hello World"

Resources

License

This library is licensed under the Amazon Software License.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published