/wakanda-inu-dex

WKDswap Interface

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

WKDSwap Frontend

This project is a fork of pancake-frontend repository

If you want to contribute, please refer to the contributing guidelines of this project.

Documentation

Quick Start

install dependencies using yarn

yarn

start the development server

yarn dev

build with production mode

yarn build

# start the application after build
yarn start