Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 423 Bytes

File metadata and controls

37 lines (24 loc) · 423 Bytes

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