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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,11 @@ yarn prepare
62
62
63
63
4. Configure environment variables
64
64
65
-
Create a `.env` file in the root directory by copying the `.env.example` file (`cp .env.example .env`) and then update the values. The following variables are needed:
65
+
```bash
66
+
cp .env.example .env
67
+
```
68
+
69
+
Update the values in the `.env` file. The following variables are needed:
0 commit comments