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/
For testing the whole network, please refer to Local Testing
# Clone the repository
git clone https://github.com/Cyborg-Network/cyborg-connect.git
cd cyborg-connect
npm installYou can start in development mode to connect to a locally running node
npm run startYou can also build the app in production mode,
npm run buildand open build/index.html in your favorite browser.