=== Recipe Wizard for WooCommerce ===
Contributors: bergerstack, ereichenberger
Tags: woocommerce, recipes, ingredients, bakery, inventory
Requires at least: 5.8
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A recipe tracker for WooCommerce. Manage ingredients, define units, and map scalable recipes directly to your products.

== Description ==

Recipe Wizard for WooCommerce is the ultimate production companion for bakers and culinary entrepreneurs. It allows you to build a custom ingredient database, assign true costs, and automatically calculate recipe requirements based on the products sold in your WooCommerce store.

*   Manage raw ingredients and units of measurement in the Ingredients page
*   Attach complex recipes directly to WooCommerce products in the Recipe tab of the Product data section
*   When an order comes in, the plugin will automatically calculate how much of each ingredient you need to fulfill the order

== Pro version ==

Check out our [Pro Version Video Demo](https://www.youtube.com/watch?v=MrC2A5uz_aE) to see the advanced features in action!

== Installation ==

1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Access the new "Recipe Wizard" menu in your WordPress admin dashboard to start creating ingredients.

== Frequently Asked Questions ==

= Does this work with any WooCommerce product? =
Yes, you can attach a recipe to both simple products and variations.

== Screenshots ==

1. The Ingredients dashboard.

== Changelog ==

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
* Initial release of the Recipe Wizard.

== Build Process and Source Code ==

The uncompiled source files for the frontend user interface (such as the `src` folder, `package.json`, `vite.config.js`, etc.) are included within this plugin's directory.

To regenerate the compiled frontend assets:
1. Open your terminal and navigate to the plugin directory.
2. Run `npm install` to install the required development dependencies (Vite, Tailwind CSS, PostCSS).
3. Run `npm run build` to compile the frontend assets.
