Update react chat example readme (#210)

This commit is contained in:
Szymon Szlachtowicz 2022-01-31 22:43:32 +01:00 committed by GitHub
parent 180b2be276
commit c810a2943e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -1 +1,13 @@
#React chat example
#React chat example
##How to run example
1. First you need to `yarn && yarn build` in main repo folder
2. set two environment libraries
ENV and COMMUNITY_KEY
`export ENV=test` to use waku test fleet
`export ENV=prod` to use waku prod fleet
`export COMMUNITY_KEY=0x038ff8c6539ff268e024d07534a362ef69f7b13b056fcf19177fb6282b4d547bc8` to set a key to community
3. run `yarn start` in `packages/react-chat-example` folder.