Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 653 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 653 Bytes

🥞 Iframable Pancake Swap Page

Netlify Status

This project uses the swap features of the pancake application.

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