A quick prototype combining Lens Protocol + ShadCN UI
I will continue iterating on and improving this in the future.
- Clone repo
git clone [email protected]:dabit3/lens-shadcn.git
- Install dependencies
npm install # or yarn, etc..
-
Create WalletConnect ID, then copy the contents of
.example.env.local
to a new file called.env.local
with the WalletConnect ID -
Run the app
npm run dev