File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,17 +83,17 @@ yarn build:packages
8383### 3. Add environment variables
8484
8585The 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
9090cp apps/hyperdrive-trading/.env.example apps/hyperdrive-trading/.env
9191```
9292
9393Fill 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
109109To 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
113113yarn workspace hyperdrive-trading build
You can’t perform that action at this time.
0 commit comments