Skip to content

Sahl-AI/sahl-ai-iframe

Repository files navigation

EHR

Getting Started

Follow the steps below to set up and run the project.

Prerequisites

Make sure you have the following installed:

  • Node.js (LTS version recommended)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:

    git clone <repository_url>
    cd <project_directory>
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Configuration

Before running the project, you need to set the access token in the code.

  1. Open the file minimizable-iframe.tsx:

    src/components/minimizable-iframe.tsx
  2. Locate line 64 and replace the placeholder with your access token:

    src="https://sahl.ai/iframe?access_token=your-access-token-here"

About

This contains the demo react app to test iframe approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors