Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 262 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 262 Bytes

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