Follow the steps below to set up and run the project.
Make sure you have the following installed:
- Node.js (LTS version recommended)
- npm (comes with Node.js)
-
Clone the repository:
git clone <repository_url> cd <project_directory>
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
Before running the project, you need to set the access token in the code.
-
Open the file
minimizable-iframe.tsx:src/components/minimizable-iframe.tsx
-
Locate line 64 and replace the placeholder with your access token:
src="https://sahl.ai/iframe?access_token=your-access-token-here"