streamr-dev / chat

A proof-of-concept chat application built on the Streamr network.

Home Page:https://thechat.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A proof-of-concept chat application built on the Streamr network.

https://thechat.app


Languages

Language:TypeScript 99.6%Language:JavaScript 0.2%Language:HTML 0.1%Language:CSS 0.1%