# ComingSooner

A professional Coming Soon plugin with Elementor integration for WordPress.

## Features

- Multiple pre-designed templates
- Elementor integration
- Customizable design options

## Installation

1. Upload the plugin files to the `/wp-content/plugins/coming-sooner` directory
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Configure via Settings → Coming Soon

## Requirements

- PHP 8.0+
- WordPress 5.9+
- Elementor (optional but recommended)

## Development

```bash
# Install dependencies
composer install
npm install

# Build assets
npm run build

# Development watch mode
npm run dev