In this repository you will find the code for an embeddable chat widget which I will create step by step in articles posted on dev.to.
This is a monorepo, you can install all the dependencies for the three packages in this by running inside the project root folder:
yarn
yarn run server
yarn run portal
yarn run widget
yarn lint
yarn format
yarn run server:build
yarn run portal:build
yarn run widget:build
After build there will be a dist
folder in the root with all the build projects.