# Agency Toolkit

WordPress plugin for agency site management.

## Development

Requires [Docker](https://www.docker.com/) and either `wp-env` globally or a Node package manager (npm, pnpm, etc).

```bash
# Install dependencies
pnpm install

# Start local WordPress environment (with Xdebug)
pnpm start

# Stop environment
pnpm stop

# Destroy environment (removes containers and data)
pnpm destroy

# Run wp-env commands directly
pnpm exec wp-env <command>
```

WordPress will be available at `http://localhost:8888` (admin: `admin` / `password`).

To customize the environment locally without modifying the tracked config, create a `.wp-env.override.json` file.
