Visit https://thechat.app!
To start your own instance of thechat.app, you need to download the source code from Github:
git clone https://github.com/streamr-dev/chat
Then, you need to install the dependencies
npm install
Finally, you can start the app for development and usage in your own machine with the following command:
npm start
The app will be available at http://localhost:5173/
If you want to make the app available to other machines in your network, you can use the following command:
npm run start:prod