---
name: wp-module-editor-chat
title: Getting started
description: Prerequisites, install, and run.
updated: 2025-03-18
---

# Getting started

Prerequisites: PHP 7.3+, Composer.

```bash
composer install
composer run lint
composer run clean
```

See [integration.md](integration.md) for using in a host plugin.
