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
Welcome to the local setup guide for the Flutter News App Toolkit. To get the full ecosystem running on your local machine, you will need to set up each of the three core components: the **API Server**, the **Web Dashboard**, and the **Mobile Client**.
9
9
10
10
Follow the guides below in the recommended order to ensure a smooth setup process.
11
11
12
-
<Timeline>
13
-
<Steptitle="Set Up the API Server">
14
-
Start by getting the backend running. The API server handles data,
15
-
authentication, and configuration for both the dashboard and the mobile app.
16
-
17
-
[Go to API Setup Guide →](/docs/api-server/local-setup/)
18
-
</Step>
19
-
<Steptitle="Set Up the Web Dashboard">
20
-
Next, run the web-based administrative dashboard. You'll use this to manage
21
-
content and configure the application.
22
-
23
-
[Go to Dashboard Setup Guide →](/docs/web-dashboard/local-setup/)
24
-
</Step>
25
-
<Steptitle="Set Up the Mobile Client">
26
-
Finally, set up the Flutter mobile app for iOS and Android to see the
27
-
end-user experience.
28
-
29
-
[Go to Mobile App Setup Guide →](/docs/mobile-client/local-setup/)
30
-
</Step>
31
-
</Timeline>
12
+
<Steps>
13
+
1.**Set Up the API Server**
14
+
15
+
Start by getting the backend running. The API server handles data, authentication, and configuration for both the dashboard and the mobile app.
16
+
17
+
[Go to API Setup Guide →](/docs/api-server/local-setup/)
18
+
19
+
2.**Set Up the Web Dashboard**
20
+
21
+
Next, run the web-based administrative dashboard. You'll use this to manage content and configure the application.
22
+
23
+
[Go to Dashboard Setup Guide →](/docs/web-dashboard/local-setup/)
24
+
25
+
3.**Set Up the Mobile Client**
26
+
27
+
Finally, set up the Flutter mobile app for iOS and Android to see the end-user experience.
28
+
29
+
[Go to Mobile App Setup Guide →](/docs/mobile-client/local-setup/)
0 commit comments