Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 282 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 282 Bytes

App to swap ERC20 and BEP20 Swingby Tokens.

Getting started

  1. Clone the repo.
  2. Run yarn.
  3. Duplicate .env.example and rename it to .env.
  4. Provide values for all environment values in .env.
  5. Run yarn prisma migrate deploy --preview-feature.
  6. Run yarn dev.