Skip to content

streamr-dev/chat

Repository files navigation

thechat.app 💬

Visit https://thechat.app!


Installation

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

Releases

No releases published

Packages

No packages published

Languages