spot: docs

This commit is contained in:
nick-delirium 2024-09-11 17:13:21 +02:00
parent b0a1ca1d75
commit 7829a2e2f2
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -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`