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:
yarnyarn run server
yarn run portal
yarn run widgetyarn lintyarn formatyarn run server:build
yarn run portal:build
yarn run widget:buildAfter build there will be a dist folder in the root with all the build projects.