From abf778e6a97bcd5285ee4851d8c39705b46d3868 Mon Sep 17 00:00:00 2001 From: Sharon Date: Mon, 16 Mar 2020 18:21:04 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85429d1..f948106 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ BOT_PASSWORD="password" BOT_USERID="@example-bot:matrix.org" FACILITATOR_ROOM_ID="!example:matrix.org" CHAT_OFFLINE_MESSAGE="There is no-one currently available to chat." +CAPTURE_TRANSCRIPTS=true ``` ## Local development @@ -36,6 +37,16 @@ cp .env.sample .env Start the local server ``` -yarn start +yarn develop +``` + +Run the tests +``` +yarn test +``` + +Production build +``` +yarn build ```