Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyAbr committed Nov 8, 2024
1 parent d8c506e commit 16c6b3f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions wally-registry-frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,13 @@ This project uses [`next/font`](https://nextjs.org/docs/app/building-your-applic
## MDX

This project makes use of MDX files, which is Markdown mixed with JSX. MDX can be used for pages, and is used for both `install` and `policies`. You can learn more [here](https://mdxjs.com/).

## .env

In order to run this project, you must create a `.env` file with the following fields:

```
NEXT_PUBLIC_WALLY_API_URL=""
```

The public, base Wally API endpoint is `https://api.wally.run`.

0 comments on commit 16c6b3f

Please sign in to comment.