This is a fun little Tarot card reader that utilises OpenAI language model to try and make sense of question asked to the cards drawn.
Requirements:
Git clone the project.
Set up .env file and OpenAI keys.
cp .env.example .env
# with docker
make run
# OR
# natively with Node
npm run dev --