+## 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.
+