Skip to content

Commit c58c1fa

Browse files
committed
docs(web-dashboard): update local setup instructions
- Remove step for cloning the repository - Add step for downloading the latest release - Update instructions for installing dependencies and running the app
1 parent b607b98 commit c58c1fa

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/content/docs/web-dashboard/local-setup.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ This guide will walk you through setting up and running the Flutter News App Web
1414

1515
- **Flutter SDK:** Please follow the [Official Flutter Installation Guide](https://flutter.dev/docs/get-started/install) for your specific operating system.
1616

17-
2. **Clone the Repository**
17+
2. **Download the Latest Release**
1818

19-
Open your terminal and clone the web dashboard repository:
19+
Download the source code of the latest release from the GitHub releases page for the Web Dashboard:
2020

21-
```bash
22-
git clone https://github.com/flutter-news-app-full-source-code/flutter-news-app-web-dashboard-full-source-code.git
23-
cd flutter-news-app-web-dashboard-full-source-code
24-
```
21+
- **Web Dashboard:** [https://github.com/flutter-news-app-full-source-code/flutter-news-app-web-dashboard-full-source-code/releases/latest](https://github.com/flutter-news-app-full-source-code/flutter-news-app-web-dashboard-full-source-code/releases/latest)
22+
23+
After downloading and extracting the archive, navigate into the project directory.
2524

2625
3. **Install Dependencies**
2726

0 commit comments

Comments
 (0)