From c9dda336f908dc1702d12f60e8865a79088b9bb0 Mon Sep 17 00:00:00 2001 From: Jules Rosser Date: Fri, 4 Sep 2020 11:40:47 +0100 Subject: [PATCH] add local config example to the readme for clarity --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 10e537ac2031f..58d5a793b9226 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ This application is built with the following principles. 1. Install `node` & `npm`: `brew install node` 2. Install `watchman`: `brew install watchman` 3. Install dependencies: `npm install` -4. Run `cp .env.example .env` and edit `.env` to have your local config options - +4. Run `cp .env.example .env` and edit `.env` to have your local config options (for example, we are curretly hardcoding the pinned chat reports IDs with the `REPORT_IDS` config option). ## Running the web app 🕸 * To run a **Development Server**: `npm run web`