Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```