Skip to content

fhildeb/up-chat

Repository files navigation

up-chat

Social Chat Tool for Universal Profiles.

Description

This is a minimal framework for a decentralized chat application using the dm3 messaging protocol.

App Showcase

Development

This app is only running by adding a custom library.

Integration

  1. Clone and modify the dm3 protocol library

    git clone git@github.com:corpus-io/dm3.git
  2. Build and link the customized interface

    npm build && cd packages/react && npm link
  3. Import the library from the created system link

    npm link dm3-react
  4. Run or build the application from source files

Interactive Mode

Runs the browser application on the localhost address.

npm start

Production

Builds the optimized application bundle for production.

npm run build

About

Social Chat Tool for Universal Profiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published