+1
.env.example
+1
.env.example
+5
-3
README.md
+5
-3
README.md
···
47
47
```
48
48
49
49
Example for controlling the display of the user description:
50
-
```
51
-
DISPLAY_USER_DESCRIPTION=true
52
-
```
50
+
```
51
+
DISPLAY_USER_DESCRIPTION=true
52
+
```
53
+
54
+
Note: `DISPLAY_USER_DESCRIPTION` only affects the display of user descriptions on the home page cards.
53
55
54
56
4. **Run the development server:**
55
57
```bash