You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-9Lines changed: 24 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,12 @@
9
9
10
10
### Environment Variables (Optional)
11
11
12
-
Some features of the application require environment variables. This configuration is optional and only needed if you plan to work with Hello World pages.
12
+
Some features of the application require environment variables. This
13
+
configuration is optional and only needed if you plan to work with Hello World
14
+
pages.
13
15
14
-
Create a `.env` file at the root of the project using the provided `.env.example` as a template:
16
+
Create a `.env` file at the root of the project using the provided
17
+
`.env.example` as a template:
15
18
16
19
```bash
17
20
cp .env.example .env
@@ -34,7 +37,8 @@ To obtain your `VITE_REOWN_PROJECT_ID`, follow these steps:
34
37
- Project name
35
38
- Description (optional)
36
39
- Website URL (optional)
37
-
5. Once the project is created, copy the "Project ID" displayed in the project details
40
+
5. Once the project is created, copy the "Project ID" displayed in the project
41
+
details
38
42
6. Paste this ID in your `.env` file as the value for `VITE_REOWN_PROJECT_ID`
39
43
40
44
## π Getting Started
@@ -55,7 +59,8 @@ Start the development server:
55
59
npm run dev
56
60
```
57
61
58
-
The documentation site will be available at `http://localhost:3000` (or the port shown in your terminal).
62
+
The documentation site will be available at `http://localhost:3000` (or the port
63
+
shown in your terminal).
59
64
60
65
### Building for Production
61
66
@@ -67,7 +72,8 @@ npm run build
67
72
68
73
## π€ Contributing
69
74
70
-
We welcome contributions to improve the iExec documentation! Please follow these steps to contribute:
75
+
We welcome contributions to improve the iExec documentation! Please follow these
76
+
steps to contribute:
71
77
72
78
### 1. Fork the Repository
73
79
@@ -78,12 +84,14 @@ Fork this repository and ensure you're working on the `main` branch:
0 commit comments