Skip to content

Commit f2b1818

Browse files
committed
Add more inline links to BUILD.md
1 parent 29357cf commit f2b1818

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

BUILD.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ yarn build:packages
8383
### 3. Add environment variables
8484

8585
The UI uses environment variables for configuration which are defined in the
86-
`.env` file. Create one using the
86+
[`.env`](./apps/hyperdrive-trading/.env) file. Create one using the
8787
[`.env.example`](./apps/hyperdrive-trading/.env.example) file as a template:
8888

8989
```sh
9090
cp apps/hyperdrive-trading/.env.example apps/hyperdrive-trading/.env
9191
```
9292

9393
Fill in at least one RPC URL and any optional variables you want to set. You can
94-
point to an external RPC API like [Alchemy](https://www.alchemy.com), to a
95-
local node like [`anvil`](https://getfoundry.sh/anvil/overview), or find a public
96-
RPC endpoint on [ChainList](https://chainlist.org).
94+
point to an external RPC API like [Alchemy](https://www.alchemy.com), to a local
95+
node like [`anvil`](https://getfoundry.sh/anvil/overview), or find a public RPC
96+
endpoint on [ChainList](https://chainlist.org).
9797

9898
### 4. Start the development server
9999

@@ -107,7 +107,7 @@ in your web browser to see the UI.
107107
### 5. Build for production
108108

109109
To build the UI for production, double check your environment variables in
110-
`.env` then run:
110+
[`.env`](./apps/hyperdrive-trading/.env) then run:
111111

112112
```sh
113113
yarn workspace hyperdrive-trading build

0 commit comments

Comments
 (0)