> For the complete documentation index, see [llms.txt](https://docs.create-magento-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.create-magento-app.com/master.md).

# Create Magento App

Setting up Magento 2 framework on local can be stressful and take a long time. Worry not! We got you covered. This deployment technology combines two powerful approaches of containerization and Infrastructure as code to provision you a Magento 2 instance in minutes!

{% hint style="success" %}
See [what is new in version 2](/getting-started/what-is-new-in-version-2.md) of **magento-scripts**!
{% endhint %}

## 🚀 Get started in seconds

Create Magento App is a tiny package for HUGE framework. To create Magento app in seconds:

{% content-ref url="/pages/-MOVw4x6GNBPspaAoTXi" %}
[Getting started](/getting-started/getting-started.md)
{% endcontent-ref %}

Upon creation, type in the [start command](/getting-started/available-commands/start.md) to run the application deployment:

```bash
yarn start # for Yarn
npm start # for NPM
```

{% content-ref url="/pages/-MOqKE-M1Z08ORUmn5Qp" %}
[Available commands](/getting-started/available-commands.md)
{% endcontent-ref %}

## 🤝 Conflict-less design

The application will automatically select free ports. It will never let services previously installed on your machine down!

**Screwed a local installation?** Worry not, Create Magento App will set you up!&#x20;

## 🐛 Easy debugging

The powerful [XDebug](https://xdebug.org/) tool is a single command-line option flag away from you! Read how to use it:

{% content-ref url="/pages/-MOqXZ-Yri-qEN8pRN9x" %}
[Enabling XDebug](/usage-guide/enabling-xdebug.md)
{% endcontent-ref %}
