Skip to content

10k-swap/10k_swap-frontend

Repository files navigation

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