# 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!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.mondayhero.io/design-to-flutter/flutter-project-base/fast-start-with-monday-hero-starter-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
