# 2. Code Setup

After purchasing the app you will get a .zip file and unzip it. Inside the **main\_files** folder, you will get a folder named **wordpress\_app**. This is the source code of the app. You have to work on this to set up your app. Now open your IDE and open the **wordpress\_app** folder on your IDE. Wait some time to load the project.

Now go to the IDE terminal and run the following commands one after one :&#x20;

> * Run the following command on the IDE terminal to clean the whole project first.
>
> ```
> flutter clean
> ```
>
> * Run the following command on the IDE terminal to get all the required packages.
>
> ```
> flutter pub get
> ```

{% hint style="info" %}
Make sure these commands should be run from the root directory of the code.
{% endhint %}

<figure><img src="https://193695234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuVX9DkcSpz5pWRDwpVCd%2Fuploads%2FxcK0NzzlTz7sXufTJ48m%2Fimage.png?alt=media&#x26;token=a7a7ad48-a040-419e-aa81-126eb4ae1482" alt=""><figcaption></figcaption></figure>

Wait some time to get all the packages. Now, your project is ready for configuration.
