https://github.com/dabit3/lens-pwa
Lens PWA
https://github.com/dabit3/lens-pwa
lens-protocol nextjs pwa shadcn typescript web3
Last synced: about 1 month ago
JSON representation
Lens PWA
- Host: GitHub
- URL: https://github.com/dabit3/lens-pwa
- Owner: dabit3
- License: mit
- Created: 2023-08-25T21:45:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T18:08:46.000Z (over 1 year ago)
- Last Synced: 2025-05-05T22:54:15.928Z (about 1 month ago)
- Topics: lens-protocol, nextjs, pwa, shadcn, typescript, web3
- Language: TypeScript
- Homepage: https://lens-pwa-lyart.vercel.app
- Size: 2.53 MB
- Stars: 86
- Watchers: 2
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## PWA Lens Protocol example app
A boilerplate combining [Lens Protocol](https://www.lens.xyz/), [WalletConnect](https://walletconnect.com/), [Privy](https://www.privy.io/), and [ShadCN UI](https://ui.shadcn.com/)

## Getting started
1. Clone repo
```sh
git clone [email protected]:dabit3/lens-pwa.git
```2. Install dependencies
```sh
npm install # or yarn, etc..
```3. Configure environment variables for WalletConnect
```sh
# rename .example.env.local to .env.local
NEXT_PUBLIC_WC_ID=
```4. Run the app
```sh
npm run dev
```