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 ```