3 Connect people through any URL
7 ### Environment variables
9 * `JUNCTION_PORT`: This sets the port in which the app will be listening
11 ### Running for development
13 The project uses docker for easier local development.
15 1. Create a `.env` file in the root
16 2. Run `make run` to start the local dev server
18 ### Building for production
20 Run `make build`. This will create and tag the image.
24 Run `make publish`. This will push the image to docker hub.
28 First, make sure to build the plugin. From the extension's root you can call:
31 $ yarn install && yarn build
34 ### Testing on Firefox
36 In order to test on firefox, first go to `about:debugging`, then click
37 on the `This Firefox` option. Then click on `Load Temporary Add-On` and
38 point the browser to the `extension/manifest.json` file.
40 This will enable the extension and will allow you to use the inspector to debug.
44 In order to test on chrome, first go to `chrome://extensions/`. Make sure
45 `Developer mode` is enabled. Then click `Load Unpacked` and point the browser
46 to the `extension` directory.