dex-ui
is the front-end of GliaDEX.
You will need node >= 12
and yarn >= 1.14
to build and run dex-ui
.
yarn
yarn start
This command will start a service for the development environment and open http://localhost:8080/
in your default browser.
yarn build
This command places the compiled files in the build
folder in the root directory.
The configurations can be specified in the .env
file.