/libp2p

Primary LanguageTypeScript

Build Status

libp2p

Run project

docker-compose up

Client 1 is available at: http://localhost:2000

Client 2 is available at: http://localhost:3000

Client 3 is available at: http://localhost:4000

Setup and run manually

setup

$ cd app
$ npm install
$ cd signaling-server
$ npm inistall

run

$ cd signaling-server/src/server
$ node index
$ cd app
$ npm run start

Run storybook

$ cd app
$ npm run strobybook