A starter template for 📣 stentor.
- Create a new repository using this one as a template by clicking here.
- Once cloned locally, run
$ yarn install
- Create a
.env
file at root.- This should not be checked in to source code management.
- Add the following to your
.env
file:- OVAI_TOKEN - Credentials to access handlers
- OVAI_APP_ID - Your APP_ID
- AWS_REGION - Typically us-east-1
- ALEXA_APPLICATION_ID - Required for Alexa request verification
- To develop locally, run
$ yarn start
AWS_REGION=us-east-1
OVAI_TOKEN=baz
OVAI_APP_ID=bar
ALEXA_APPLICATION_ID=foo
OVAI_LOG_LEVEL=debug