442 B
442 B
#React chat example
##How to run example
-
First you need to
yarn && yarn build
in main repo folder -
set two environment libraries ENV and COMMUNITY_KEY
export ENV=test
to use waku test fleetexport ENV=prod
to use waku prod fleetexport COMMUNITY_KEY=0x038ff8c6539ff268e024d07534a362ef69f7b13b056fcf19177fb6282b4d547bc8
to set a key to community -
run
yarn start
inpackages/react-chat-example
folder.