Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

test-dapp

The files in src can be served on a local development server via Gulp to test the popover.

You can also test the popover at https://safari-wallet-test-dapp.vercel.app. That dev server is synced with the src folder.

Install

npm i

Local Dev Server

  1. Run the following command:
npx gulp
  1. Navigate to http://localhost:3000/ in your browser.