Skip to content

Cyborg-Network/cyborg-connect

Repository files navigation

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/

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.