]> git.r.bdr.sh - rbdr/junction/blame - README.md
Use room all around
[rbdr/junction] / README.md
CommitLineData
02bc8bc5
RBR
1# Junction
2
1ed219c8
RBR
3Connect people through any URL
4
5## Extension
6
e3dca99b 7First, make sure to build the plugin. From the extension's root you can call:
8
9```
80172072 10$ pnpm install && pnpm build
e3dca99b 11```
12
1ed219c8
RBR
13### Testing on Firefox
14
15In order to test on firefox, first go to `about:debugging`, then click
16on the `This Firefox` option. Then click on `Load Temporary Add-On` and
17point the browser to the `extension/manifest.json` file.
18
19This will enable the extension and will allow you to use the inspector to debug.
a94a5407
RBR
20
21### Testing on Chrome
22
23In order to test on chrome, first go to `chrome://extensions/`. Make sure
24`Developer mode` is enabled. Then click `Load Unpacked` and point the browser
25to the `extension` directory.