# Quick start

## Installation

Install acady as global module

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

```bash
$ npm i -g acady
```

{% endtab %}

{% tab title="Yarn" %}

```
$ yarn global add acady
```

{% endtab %}
{% endtabs %}

## Create your first component

Lets's start with creating your first component

```bash
$ acady create
```

This command starts the [create](https://docs.acady.io/lifecycle/create) interface to guide you through the process of creating a new component.&#x20;
