Social Chat Tool for Universal Profiles.
This is a minimal framework for a decentralized chat application using the dm3 messaging protocol.
This app is only running by adding a custom library.
-
Clone and modify the
dm3protocol librarygit clone git@github.com:corpus-io/dm3.git
-
Build and link the customized interface
npm build && cd packages/react && npm link
-
Import the library from the created system link
npm link dm3-react
-
Run or build the application from source files
Runs the browser application on the localhost address.
npm startBuilds the optimized application bundle for production.
npm run build