Skip to content

Installation

Rishap Gandhi edited this page Jun 15, 2026 · 1 revision

Installation

Prerequisites

  • Node.js 18+
  • Chrome 116+ or Firefox 128+

Steps

git clone https://github.com/rishapgandhi/devsession-replay.git
cd devsession-replay
npm install --legacy-peer-deps
npm run dev          # Chrome
npm run dev:firefox  # Firefox

Load in Browser

Chrome: chrome://extensions/ → Developer mode → Load unpacked → .output/chrome-mv3

Firefox: about:debugging → Load Temporary Add-on → any file in .output/firefox-mv2

Verify

Click the extension icon — you should see "● REC" status.

Clone this wiki locally