From 7829a2e2f2405cbfce5a51a789d7710e91e95dcd Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Wed, 11 Sep 2024 17:13:21 +0200 Subject: [PATCH] spot: docs --- spot/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spot/README.md b/spot/README.md index 7ce833c23..92dca0c57 100644 --- a/spot/README.md +++ b/spot/README.md @@ -7,3 +7,11 @@ Be sure to install [nvm](https://github.com/nvm-sh/nvm) or [n](https://www.npmjs Running `yarn dev` will start new chrome instance with spot extension installed already, but you need to change ingest point to your local dev env if you don't have account on app.openreplay.com. +## Building + +If you wish to compile your own version of the extension: + +- run `yarn build` +- open chrome://extensions/ in your browser +- enable developer mode +- click on "Load unpacked" and select the `chrome-mv3` folder inside `spot/.output` \ No newline at end of file