X-Git-Url: https://git.r.bdr.sh/rbdr/junction/blobdiff_plain/a94a5407e22b3287db369edad92679f98bc2cb52..refs/heads/rbdr-dockerize:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 036203a..25f9d98 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,35 @@ Connect people through any URL +## Server + +### Environment variables + +* `JUNCTION_PORT`: This sets the port in which the app will be listening + +### Running for development + +The project uses docker for easier local development. + +1. Create a `.env` file in the root +2. Run `make run` to start the local dev server + +### Building for production + +Run `make build`. This will create and tag the image. + +### Publishing image + +Run `make publish`. This will push the image to docker hub. + ## Extension +First, make sure to build the plugin. From the extension's root you can call: + +``` +$ yarn install && yarn build +``` + ### Testing on Firefox In order to test on firefox, first go to `about:debugging`, then click