Skip to content

sofi-a/friendly-robot

Repository files navigation

Friendly Robot

Friendly robot is a simple Gmail client application that syncs your Gmail account with a virtual assistant that suggests replies to your emails.

Installation

Nodejs

Check if you have Nodejs and Yarn installed

node -v
yarn -v

Install dependencies

yarn

Start the application

Development
yarn start
Production
yarn start:prod

Docker

Check if you have installed Docker and Docker Compose

docker -v
docker-compose -v

Build and run docker image

Development
docker-compose -f docker-compose-dev.yml up --build
Production
docker-compose -f docker-compose-prod.yml up --build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published