paulotruta / jee-pee-tee

An Alexa Skill to interface with chat.openai.com
MIT License
133 stars 22 forks source link

This repository should have clear guidance and capability to build, run, debug and deploy via CLI #11

Open paulotruta opened 1 year ago

paulotruta commented 1 year ago

This is an excellent guide on setting up a skill in a way that you can build, run, debug and test locally.

It mostly uses Ask CLI from Amazon to orchestrate. It leverages VSCode config files to build, run and debug from the IDE. We should use a virtualenv to be able to install dependencies in an isolated fashion.

Additionally, we should be able to run the following commands:

paulotruta commented 1 year ago

Update: #26 introduces improvements regarding running the skill via VScode