Skip to content

wynddao/wyndex-ui

Repository files navigation

WYND DEX

In this repository is the UI for WYNDDAO'S WYND DEX.

Installation

Install dependencies with yarn. Rename .env.example to .env and change the settings to your needs.

Development Environment

You can start the local dev environment with yarn dev.

Building and exporting the production static site

yarn build

Run and test the production static site

docker-compose up -d -> App will run on localhost:8080