Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 613 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 613 Bytes

PWA Lens Protocol example app

A boilerplate combining Lens Protocol, WalletConnect, Privy, and ShadCN UI

Lens PWA Screenshot

Getting started

  1. Clone repo
git clone [email protected]:dabit3/lens-shadcn.git
  1. Install dependencies
npm install # or yarn, etc..
  1. Configure environment variables for WalletConnect & Privy
# rename .example.env.local to .env.local 
NEXT_PUBLIC_WC_ID=
NEXT_PUBLIC_PRIVY_APP_ID=
  1. Run the app
npm run dev