Skip to content

Commit

Permalink
Merge pull request #206 from LIT-Protocol/docs/lit-connect-modal-demo…
Browse files Browse the repository at this point in the history
…-readme

docs: update lit-connect-modal demo readme
  • Loading branch information
sarahzdev authored Aug 25, 2023
2 parents 73deaa0 + 77589be commit b949990
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions apps/demo-lit-connect-modal-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@ When the function is called, it prompts a wallet selection pop-up in the user's

## 💻 Getting Started

First, run the development server:
1. Clone this repo, navigate to the project folder, and install the dependencies:

```bash
cd apps/demo-lit-connect-modal-next

npm install
```

2. Create a `.env.local` file and add your WalletConnect project ID. You can get one by visiting [WalletConnect](https://cloud.walletconnect.com/sign-in).

```bash
NEXT_PUBLIC_WC_PROJECT_ID="<Your WalletConnect Project ID>"
```

3. Start your development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
4. Visit [http://localhost:3000](http://localhost:3000) to start playing with the app.

1 comment on commit b949990

@vercel
Copy link

@vercel vercel bot commented on b949990 Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.