Skip to content

Commit

Permalink
Improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Nov 19, 2024
1 parent 817c28b commit 48a2d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Create a `.env` file with the following configuration

```
```env
NEXT_PUBLIC_NODE_URL=node used client side for some wallet connectors
NODE_URL=node used server side
EHTPLORER_API_KEY=ethplorer key
Expand All @@ -13,6 +13,6 @@ ALLOWED_SITES=origins allowed to use with cors ("*" for all, nothing to disable

To start the local server, run the following command

```
```sh
npm run dev
```

0 comments on commit 48a2d65

Please sign in to comment.