Skip to content

CodeOTR/fhir-side-chats-ui

Repository files navigation

Setup

  1. Create a .env file in the root of the project and add the following environment variables:
REACT_APP_GEMINI_API_KEY=
  1. Install the dependencies:
npm install
  1. Run the app:
npm start