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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,18 @@
9
9
Feature Flow is a self-hosted feature flag management system that helps developers control, test, and deploy features in their applications without needing to redeploy code.
10
10
11
11
12
-
It allows you to:
13
-
✔ Manage configurations for multiple environments
14
-
✔ Enable or disable features in real-time
15
-
✔ Safely rollout or rollback features in production
16
-
✔ Integrate easily into React applications using the provided SDK
12
+
It allows you to:<br>
13
+
✔ Manage configurations for multiple environments <br>
14
+
✔ Enable or disable features in real-time <br>
15
+
✔ Safely rollout or rollback features in production <br>
16
+
✔ Integrate easily into React applications using the provided SDK <br>
17
17
18
18
## 🚀 Who should use it?
19
19
20
-
This platform is for:
21
-
✔ Developers managing feature toggles
22
-
✔ Teams requiring environment-specific configurations
23
-
✔ Organizations that want controlled rollouts and testing in production
20
+
This platform is for: <br>
21
+
✔ Developers managing feature toggles<br>
22
+
✔ Teams requiring environment-specific configurations<br>
23
+
✔ Organizations that want controlled rollouts and testing in production<br>
0 commit comments