Rock Paper Scissors

This skill is for teaching purposes for the blog post/tutorial to get started developing Alexa skills with Voxa.

This application is written using the voxa3 framework developed by RAIN.

Development setup

  • Install and use Node v8.10
  • Run yarn or npm install
  • Make a copy of the src/config/local.example.json file and rename it to local.json file.
  • Start the development server with yarn watch or npm run watch