Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 755 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 755 Bytes

SubDEX UI

CircleCI

Installation

The code can be installed using git and yarn.

# Clone the repository
git clone https://github.com/subdarkdex/subdex-ui.git
cd ./subdex-ui
yarn

Usage

Before you start the frontend locally, you need to start the SubDEX chain node following the README.md.

Then you can start the app in development mode to connect to a locally running node

yarn start

You can also build the app in production mode,

yarn build

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