> For the complete documentation index, see [llms.txt](https://akyos.gitbook.io/book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://akyos.gitbook.io/book/wordpress/pour-commencer.md).

# Pour commencer

{% stepper %}
{% step %}
I**nstaller les dépendances PHP avec Composer**

A la racine du thème `akyos-sage`, exécuter :

```bash
composer install
```

{% endstep %}

{% step %}
**Installer les dépendances via Yarn**

À la racine du thème `akyos-sage`, exécuter :&#x20;

```bash
yarn && yarn build
```

{% endstep %}

{% step %}
**Activer le thème Sage**

Exécuter la commande suivante à la racine du projet :

```bash
wp theme activate akyos-sage
```

{% endstep %}
{% endstepper %}

### Dépendances du thèmes

#### Akyos-x-core

* **Description**: Akyos-x-core is a library designed to gather all common functionalities for our WordPress projects. For example, it allows the creation of Gutenberg blocks with ACF fields.
* **GitHub**: [Akyos-x-core](https://github.com/akyoscommunication/akyos-x-core)

***

#### LiveWire

* **Description**: LiveWire is a Laravel library that enables managing "live" components using PHP, allowing real-time interactions as if they were manipulated with JavaScript.
* **Documentation**: [LiveWire](https://livewire.laravel.com/)

***

#### Extended ACF

* **Description**: The Extended ACF library simplifies the creation of ACF fields in PHP, aiding in the declaration of Gutenberg blocks.
* **Documentation**: [Extended ACF](https://github.com/vinkla/extended-acf)

***

#### Acorn

* **Description**: Acorn is a layer over Laravel, enabling integration with WordPress. It includes features such as the Blade template engine, , an API routing system, and more.
