Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabit3/lens-pwa
Lens PWA
https://github.com/dabit3/lens-pwa
lens-protocol nextjs pwa shadcn typescript web3
Last synced: 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T18:08:46.000Z (12 months ago)
- Last Synced: 2024-02-08T18:59:38.760Z (12 months ago)
- Topics: lens-protocol, nextjs, pwa, shadcn, typescript, web3
- Language: TypeScript
- Homepage: https://lens-pwa-lyart.vercel.app
- Size: 2.53 MB
- Stars: 77
- 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/)
![Lens PWA Screenshot](pwa-header.png)
## 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
```