A boilerplate combining Lens Protocol, WalletConnect, Privy, and ShadCN UI
- Clone repo
git clone git@github.com:dabit3/lens-pwa.git
- Install dependencies
npm install # or yarn, etc..
- Configure environment variables for WalletConnect
# rename .example.env.local to .env.local
NEXT_PUBLIC_WC_ID=
- Run the app
npm run dev