Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 230 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 230 Bytes

Swapcard SDK Nextjs example application

  1. Clone the repo
  2. Install dependencies
yarn install
  1. Setup config

Copy .env.example file and update values

cp .env.example .env
  1. Run the app
yarn dev