This is a math question answering app, with image support, built with Remix, React, and Google's Gemini Flash.
Screencast_20240608_222358.mp4
# .env
GEMINI_API_KEY=<YOUR_API_KEY>
docker build . -t mathqadocker run -it -p 3000:3000 -e GEMINI_API_KEY=<YOUR_GEMINI_API_KEY> mathqaRun the Vite dev server:
yarn dev
First, build your app for production:
yarn buildThen run the app in production mode:
yarn startNow you'll need to pick a host to deploy it to.
If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of npm run build
build/serverbuild/client