File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,40 @@ This is the source repository of the [iExec documentation](https://docs.iex.ec)
66
77- Node 22
88
9+ ## Configuration
10+
11+ ### Environment Variables (Optional)
12+
13+ Some features of the application require environment variables. This
14+ configuration is optional and only needed if you plan to work with Hello World
15+ pages. Create a ` .env ` file at the root of the project using the provided
16+ ` .env.example ` as a template:
17+
18+ ``` bash
19+ cp .env.example .env
20+ ```
21+
22+ Then fill in the required values:
23+
24+ ``` env
25+ VITE_REOWN_PROJECT_ID=your_project_id_here
26+ ```
27+
28+ #### Getting your VITE_REOWN_PROJECT_ID
29+
30+ To obtain your ` VITE_REOWN_PROJECT_ID ` , follow these steps:
31+
32+ 1 . Go to [ https://dashboard.reown.com/ ] ( https://dashboard.reown.com/ )
33+ 2 . Create an account if you don't have one already
34+ 3 . Once logged in, click on "Create Project" or "New Project"
35+ 4 . Fill in your project information:
36+ - Project name
37+ - Description (optional)
38+ - Website URL (optional)
39+ 5 . Once the project is created, copy the "Project ID" displayed in the project
40+ details
41+ 6 . Paste this ID in your ` .env ` file as the value for ` VITE_REOWN_PROJECT_ID `
42+
943## Run app
1044
1145```
You can’t perform that action at this time.
0 commit comments