# Scalenut AI-Powered Content Optimization Plugin for WordPress

The **Scalenut AI-Powered Content Optimization Plugin** helps generate optimized content for WordPress, ensuring it ranks effectively using AI-powered content strategies.

## How to Get Started

Follow these steps to get started with creating a custom block for WordPress:

1. **Create a new block** using the `@wordpress/create-block` package:

   ```bash
   npx @wordpress/create-block@latest plugin-name
   ```

2. **Install WP-ENV globally** to set up your local development environment:
   Install Docker Desktop.

   ```bash
   npm install -g @wordpress/env
   ```

3. **Start the local WordPress environment:**

   ```bash
   wp-env start
   ```

4. Open the `http://localhost:<port>/wp-admin`, it will promt for credential:

   **username:** admin
   **password** password

### References

1. [Get Started with Block Development](https://developer.wordpress.org/block-editor/getting-started/devenv/get-started-with-create-block/)
2. [Get Started with WP-ENV](https://developer.wordpress.org/block-editor/getting-started/devenv/get-started-with-wp-env/)
3. [WordPress Block Development Video Tutorial Series](https://www.youtube.com/watch?v=zSU-JOGDcGs&list=PL1pJFUVKQ7ETApyQQlt3pLNjPx2HrQwl5&index=18)
4. [WordPress Block Development Gist](https://gist.github.com/prappo/894fb83f6ffcce95138167c4fdaa3113)
