This application is written using the voxa3 framework developed by RAIN.
- Install and use Node v8.10
- Run
yarn
- Create a
src/config/local.json
file and customize it for your local setup, you can usesrc/config/local.example.json
- Start the development server with
yarn watch
This project has a test suite built using mocha, chai, alexa-mime and virtual-alexa
$ yarn test --watch --bail
The interaction model and publishing information are managed using the voxa-cli, provided you have configured access to the google spreadsheets updating it can be accomplished by running the following command
$ yarn interaction