Mystic tarot guide to get cards reading. Built with Firebase Studio https://studio.firebase.google.com/
Framework: Next.js
npm -v: 11.1.0
node -v: v20.17.0
Google Gemini API key
npm install
npm run build
npm run start
docker build -t tarot-guide .
create mysecrets.env file with GEMINI_API_KEY=<YOUR API KEY>
docker run -d --env-file ./mysecrets.env --restart always -p 3000:3000 tarot-guide