UX for Sanjeevini.me - AI Health App
- Check the project demo on Youtube -
- How to setup project
-
Install node and npm from link
-
Install required libraries
- npm install --legacy-peer-deps
-
Set Sanjeevini - backend url
- For Demo project export VITE_SANJEEVINI_BACKEND_APP_API_URL='https://gaganyatri-sanjeevini-backend.hf.space/api/v1/'
- For Local backend server export VITE_SANJEEVINI_BACKEND_APP_API_URL='http://localhost:8000/api/v1/'
-
Start server
- npm run dev
-