nvm use
yarnTo install nvm follow the instructions here.
yarn dev:all will run all the botz concurrently. By default:
- localhost:3001 - Hello World BotzApp - sends back text "Hello World". This is an example of
OPEN_APIvariant of BotzApp. - localhost:3002 - MTA BotzApp - makes a request to the MTA API. This is an example of
PUBLIC_APIvariant of BotzApp. - localhost:3003 - Gmail BotzApp - sends an email. This is an example of
GOOGLE_OAUTHvariant of BotzApp.
Please read the README in each botz directory for more information.