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

# 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](/lifecycle/create.md) interface to guide you through the process of creating a new component.&#x20;
