# Installation

You can install the Developer CLI globally via NPM or Yarn:

{% tabs %}
{% tab title="NPM" %}

```bash
npm install -g @frontitude/cli
```

{% endtab %}

{% tab title="Yarn" %}

```bash
yarn global add @frontitude/cli
```

{% endtab %}
{% endtabs %}

Or locally:

{% tabs %}
{% tab title="NPM" %}

```bash
npm install --save-dev @frontitude/cli
```

{% endtab %}

{% tab title="Yarn" %}

```bash
yarn add --dev @frontitude/cli
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
After installation, you can run the Frontitude CLI using the `frontitude` command, or using the `fttd` alias.
{% endhint %}
