Tarot Reader

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.

How to use project

  1. Requirements:

    • Node
    • Docker / Docker compose (optional) - can run natively using Node.
    • Make (optional) - for running commands.
  2. Git clone the project.

  3. Set up .env file and OpenAI keys.

cp .env.example .env
  1. Run the project
# with docker
make run

# OR

# natively with Node
npm run dev --

Credits

Top categories

Loading Svelte Themes