Google form for inferring subtype: https://forms.gle/yoQKsMZj8q2wUzUz6
This project is configured for deployment on Vercel. See VERCEL_DEPLOYMENT.md for detailed deployment instructions.
- Push your code to GitHub/GitLab/Bitbucket
- Import the repository in Vercel Dashboard
- Set the Root Directory to
frontendin project settings - Set the Root Directory to
frontendin Vercel project settings (in the dashboard, not in vercel.json) - Add environment variable
GOOGLE_API_KEYin Vercel project settings - Deploy!
Your app will be live at https://your-project-name.vercel.app
cd frontend
npm install
npm run devCreate a frontend/.env.local file with:
GOOGLE_API_KEY=your_api_key_here