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
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.