Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 315 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 315 Bytes

Tarot Reader

This project is an AI-powered tarot card reader, built with ChatGPT and Vite using React and TypeScript. Artwork by Zeedigns.

Setup

  1. Update the .env file with your OpenAI API key
  2. Install packages: npm install
  3. Run the development server: npm dev