10k-swap / 10k_swap-frontend

12 stars 11 forks source link

10kswap Frontend

This project contains the main features of the 10kswap application.

Quick Start

install dependencies using yarn

yarn install

start the development server

yarn dev

build with production mode

yarn build