Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/streamr-dev/chat

A proof-of-concept chat application built on the Streamr network.
https://github.com/streamr-dev/chat

chat dapp data messaging real-time streamr web3

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# thechat.app 💬

Visit https://thechat.app!

___

## Installation

To start your own instance of thechat.app, you need to download the source code from Github:

```bash
git clone https://github.com/streamr-dev/chat
```

Then, you need to install the dependencies

```bash
npm install
```

Finally, you can start the app for development and usage in your own machine with the following command:

```bash
npm start
```
The app will be available at [http://localhost:5173/](http://localhost:5173/)

If you want to make the app available to other machines in your network, you can use the following command:

```bash
npm run start:prod
```