Merge branch 'master' of github.com:nomadic-labs/ocrcc-bot
This commit is contained in:
commit
260bbbaf80
13
README.md
13
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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user