Friendly robot is a simple Gmail client application that syncs your Gmail account with a virtual assistant that suggests replies to your emails.
Check if you have Nodejs and Yarn installed
node -v
yarn -v
yarn
yarn start
yarn start:prod
Check if you have installed Docker and Docker Compose
docker -v
docker-compose -v
docker-compose -f docker-compose-dev.yml up --build
docker-compose -f docker-compose-prod.yml up --build