Ayushma is a digital AI health and nursing assistant to help Nurses and Doctors in the most remote parts of the world. It is a part of the Open Health Care Network
Auto deployed to ayushma.ohc.in for master
branch. All pull requests have preview builds powered by Vercel.
- 💬 Comment on the issue if you are willing to take it up, and link the pull request with the issue.
- 📸 Attach screenshots in the pull requests showing the changes made in the UI.
yarn i-all
yarn dev
Once the development server has started, open localhost:3000 in your browser. The page will be automatically reloaded when you make edits and save. You will also see any lint errors in the console.
Authenticate to staging API with the following credentials
- email: [email protected]
password: Demo@Ayu
You can also register as a new user.
- Mark your PRs as
work-in-progress
if it's still being worked on. - Once you have solved the related issue, mark your PR with
need testing
andneed review
labels. - When you’re making a PR with lots of code changes that affects multiple functionalities, or is likely to break, make sure you tag it with
Major Code Change
label.
Ayushma's backend is built on Django. You can find documentation on the Backend Repository
yarn build
Builds the app for production to the build
folder. It correctly bundles React in production mode and optimizes the build for the best performance.
yarn start
Starts a production http-server in local to run the project with Service worker. The build is minified and the filenames include the hashes.
🚀 Your app is ready to be deployed!
Ayushma is a white label product. You can customize the app to your needs by changing the following files:
public/logo_text.svg
- Logo with textpublic/logo_white.svg
- Logo with white textpublic/logo.svg
- Logo without textpublic/logo.png
- Logo without text
NEXT_PUBLIC_API_URL
= Backend API URLNEXT_PUBLIC_LOCAL_STORAGE
= Local storage key nameNEXT_PUBLIC_AI_NAME
= Name of the AI (default: Ayushma)NEXT_PUBLIC_AI_DESCRIPTION
= Description of the AINEXT_PUBLIC_GOOGLE_RECAPTCHA_SITE_KEY
= Google Recaptcha Site Key