Skip to content

Commit 09279bd

Browse files
committed
docs(local-setup): improve clarity and flow of local setup guide
- Refine descriptions and instructions for API Server, Web Dashboard, and Mobile Client setup - Enhance introductory text to better explain the purpose and benefits of local setup - Reorder setup steps to align with recommended sequence for optimal user experience - Update subheadings to more accurately reflect content of each section
1 parent a975778 commit 09279bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/local-setup.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
22
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.
44
---
55

66
import { Steps } from '@astrojs/starlight/components';
77

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.
99

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.
1111

1212
<Steps>
1313
1. **Set Up the API Server**
1414

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.
1616

1717
[Go to API Setup Guide &rarr;](/docs/api-server/local-setup/)
1818

1919
2. **Set Up the Web Dashboard**
2020

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.
2222

2323
[Go to Dashboard Setup Guide &rarr;](/docs/web-dashboard/local-setup/)
2424

2525
3. **Set Up the Mobile Client**
2626

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.
2828

2929
[Go to Mobile App Setup Guide &rarr;](/docs/mobile-client/local-setup/)
3030
</Steps>

0 commit comments

Comments
 (0)