Skip to content

skdev24/quicksight-ai-extension

Repository files navigation

QuickSight Chrome Extension Logo

QuickSight AI Chrome Extension


📖 Table of Contents


🛠 Installation

📋 Frontend Procedures

  1. Clone this Repository

    git clone https://github.com/skdev24/quicksight-ai-extension
  2. Update Metadata

    • Change name and description in package.json. This will auto-synchronize with the manifest.
  3. Install Dependencies

    yarn install  # or npm i

    Note: Make sure your Node.js version is >= 16.6 (>= 18 recommended).

  4. Run Development Server

    yarn dev  # or npm run dev
  5. Load Extension on Chrome

    1. Open Chrome browser.
    2. Navigate to chrome://extensions.
    3. Enable Developer Mode.
    4. Click on "Load unpacked extension".
    5. Select the dist folder in this project (generated after running dev or build).
  6. Production Build

    yarn build  # or npm run build

📋 Backend Procedures

  1. Navigate to Backend Folder

    cd backend
  2. Install Dependencies

    yarn install
  3. Set OpenAI API Key

    • Add OPENAI_API_KEY to .env file.
  4. Start Backend Server

    yarn start

    Your server will run on http://localhost:8080.

📸 Screenshots

🌟 Extension

QuickSight Chrome Extension Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published