This project is the client side of the AI client chat app. It connects to the AI server application, that must be started first.
Set up the server first, see: ../Server/AiServer.md.
Then start the server with ./startServer.sh form this folder.
You can select a supported browser in the VSCode debug configuration,
before running the client app with [F5].