Skip to content

Commit 81c443c

Browse files
authored
Update README.md
Signed-off-by: fulleni <[email protected]>
1 parent 2717dad commit 81c443c

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

README.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -84,34 +84,9 @@ Get started for free and purchase when you're ready to launch!
8484

8585
## 🚀 Getting Started & Running Locally
8686

87-
1. **Ensure Flutter is installed.** (See [Flutter documentation](https://flutter.dev/docs/get-started/install))
88-
2. **Clone the repository:**
89-
```bash
90-
git clone https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code.git
91-
cd flutter-news-app-mobile-client-full-source-code
92-
```
93-
3. **Get dependencies:**
94-
```bash
95-
flutter pub get
96-
```
97-
4. **Run the app:**
98-
99-
To run the app, first select your desired environment in `lib/main.dart`:
87+
For a complete guide on setting up your local environment, running the mobile client, and understanding the configuration, please see the **[Local Setup Guide](https://flutter-news-app-full-source-code.github.io/docs/mobile-client/local-setup/)** in our official documentation.
10088

101-
```dart
102-
// lib/main.dart
103-
104-
// Use `AppEnvironment.demo` to run with in-memory data (no API needed).
105-
// Use `AppEnvironment.development` to connect to a local backend API.
106-
// Use `AppEnvironment.production` to connect to a live backend API.
107-
const appEnvironment = AppEnvironment.demo;
108-
```
109-
110-
Then, run the app from your terminal:
111-
```bash
112-
flutter run -d chrome
113-
```
114-
*(Note: For `development/production` environment, ensure the [backend service](https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code) is running.)*
89+
Our documentation provides a detailed, step-by-step walkthrough to get you up and running smoothly.
11590

11691
---
11792

0 commit comments

Comments
 (0)