Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 490 Bytes

ShadCN + Lens Protocol example app

A quick prototype combining Lens Protocol + ShadCN UI

I will continue iterating on and improving this in the future.

Getting started

  1. Clone repo
git clone git@github.com:dabit3/lens-shadcn.git
  1. Install dependencies
npm install # or yarn, etc..
  1. Create WalletConnect ID, then copy the contents of .example.env.local to a new file called .env.local with the WalletConnect ID

  2. Run the app

npm run dev