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/chatThen, you need to install the dependencies
npm installFinally, you can start the app for development and usage in your own machine with the following command:
npm startThe 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:prodAdd a tag on main and push them together.
npm version patch
git push --atomic main v1.2.3