rodones / bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rodones-bridge

A bridge that connects all nodes! Discontinued before fully implemented because of lack of need.

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 96.6%Language:JavaScript 2.6%Language:Shell 0.8%