/dex-ui

Primary LanguageTypeScriptMIT LicenseMIT

dex-ui

dex-ui is the front-end of GliaDEX.


Quick Start

Prerequisites

You will need node >= 12 and yarn >= 1.14 to build and run dex-ui.

Installation

yarn

Running locally

yarn start

This command will start a service for the development environment and open http://localhost:8080/ in your default browser.

Building production

yarn build

This command places the compiled files in the build folder in the root directory.

Configuration

The configurations can be specified in the .env file.