- Fork this repo
- Setup the repo locally by creating an .env using the .env.sample file. You will have to get the Kafka broker details from the admin of the deployed UCI instance.
- Run
yarn install
- Run dev server using
yarn start:dev
- Make change to
src/app.sevice.ts
in the method transform. - Play around using the Whatsapp chatbot. You will need to use
Hi UCI
as the first message then can do whatever. - Once done, deployment can be done using the container.