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.
- Install and use Node v8.10
- Run
yarn
ornpm install
- Make a copy of the
src/config/local.example.json
file and rename it tolocal.json
file. - Start the development server with
yarn watch
ornpm run watch