|
1 | 1 | ---
|
2 | 2 | title: 'Getting Started: Local Setup'
|
3 |
| -description: An overview of the local setup process for the entire Flutter News App ecosystem. |
| 3 | +description: A guide to setting up the complete Flutter News App toolkit on your local machine. |
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | import { Steps } from '@astrojs/starlight/components';
|
7 | 7 |
|
8 |
| -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**. |
| 8 | +Welcome to the local setup guide. Following these steps will get the complete toolkit—the API Server, Web Dashboard, and Mobile Client—running on your local machine for evaluation and development. |
9 | 9 |
|
10 |
| -Follow the guides below in the recommended order to ensure a smooth setup process. |
| 10 | +We recommend following the guides in the order presented to ensure a smooth setup process. |
11 | 11 |
|
12 | 12 | <Steps>
|
13 | 13 | 1. **Set Up the API Server**
|
14 | 14 |
|
15 |
| - Start by getting the backend running. The API server handles data, authentication, and configuration for both the dashboard and the mobile app. |
| 15 | + Start by getting the backend running. The API server is the core of the toolkit, handling data and authentication for both clients. |
16 | 16 |
|
17 | 17 | [Go to API Setup Guide →](/docs/api-server/local-setup/)
|
18 | 18 |
|
19 | 19 | 2. **Set Up the Web Dashboard**
|
20 | 20 |
|
21 |
| - Next, run the web-based administrative dashboard. You'll use this to manage content and configure the application. |
| 21 | + Next, run the web-based administrative dashboard. You'll use this to manage content and see the system in action. |
22 | 22 |
|
23 | 23 | [Go to Dashboard Setup Guide →](/docs/web-dashboard/local-setup/)
|
24 | 24 |
|
25 | 25 | 3. **Set Up the Mobile Client**
|
26 | 26 |
|
27 |
| - Finally, set up the Flutter mobile app for iOS and Android to see the end-user experience. |
| 27 | + Finally, set up the Flutter mobile app for iOS and Android to explore the end-user experience. |
28 | 28 |
|
29 | 29 | [Go to Mobile App Setup Guide →](/docs/mobile-client/local-setup/)
|
30 | 30 | </Steps>
|
0 commit comments