Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 864 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 864 Bytes

Cyborg-Connect

This front-end application is developed on a fork of substrate-front-end-template.

Access the hosted version of the application here: https://cyborg-network.github.io/cyborg-connect/

⚠️ Note

For testing the whole network, please refer to Local Testing

Installation

    # Clone the repository
    git clone https://github.com/Cyborg-Network/cyborg-connect.git

    cd cyborg-connect

    npm install

Usage

You can start in development mode to connect to a locally running node

    npm run start

You can also build the app in production mode,

    npm run build

and open build/index.html in your favorite browser.