# 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](https://479678609-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MEfkN8oSQyQ4BaBzwxH-4037006485%2Fuploads%2FwJx931K7AUlgGWqw9ksz%2FGroup%20497.png?alt=media\&token=0debd765-e911-476b-9698-2be89736b661)

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!
