> For the complete documentation index, see [llms.txt](https://learn.mondayhero.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.mondayhero.io/design-to-flutter/flutter-project-base/fast-start-with-monday-hero-starter-project.md).

# Fast Start with Monday Hero Starter Project

Monday Hero provides a base project on GitHub to expedite the synchronization process. This project contains essential elements to facilitate building and preparing your app for immediate use.

Here's how to get started:

1. Download the code from GitHub and unzip it to your desired location.

{% embed url="<https://github.com/mondayhero/flutter-starter-project>" %}
Monday Hero Starter Project
{% endembed %}

![Starter Project on GitHub](/files/omQsP8c5tNm5aqJPbCrA)

Optionally, you can clone the repository directly from GitHub using the following link:

```
https://github.com/mondayhero/flutter-starter-project
```

2. Navigate to the project root directory in your terminal or command prompt and execute the following command to install the required dependencies:

```
flutter pub get
```

3. Build and run the project using the following command:

```
flutter run lib/main.dart
```

Now you're all set and ready to utilize the developer tools built into Monday Hero!
