From ca7b7ca618104edf3b81a53c79232961231c9f94 Mon Sep 17 00:00:00 2001 From: Luis Herranz Date: Thu, 17 Aug 2023 09:35:45 +0200 Subject: [PATCH] Warn people to use the Getting Started guide instead of this repo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b405e54..1d31813 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ The plugin is split into: styling and the templates for the header & footer as well as the movie & actors pages. -## When will I be able to use this? +## When will I be able to use the Interactivity API? The [Interactivity API](https://github.com/WordPress/block-interactivity-experiments) is an **experimental feature** and not ready for adoption yet. It is under active development and its final public API is **very likely going to change before an official release**. -For now, it's recommended to experiment with the Interactivity API via this demo. Use this in -your projects at your own risk. ## Setup +> ⚠️ **WARNING**: This instructions don't work anymore because there's a conflict between the Interactivity API shipped in the Block Interactivity Experiments plugin and the Interactivity API shipped now in Gutenberg. We'll migrate this repo to use only Gutenberg, but in the meantime, please use this [Getting Started guide](https://github.com/WordPress/gutenberg/blob/trunk/packages/interactivity/docs/1-getting-started.md) if you want to test the Interactivity API. If you have questions, you can open a discussion in the [Interactivity API category](https://github.com/WordPress/gutenberg/discussions/categories/interactivity-api) of GitHub. + 1. Install the required plugins: - If you use [`wp-env`]([url](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/)), run `npx wp-env start` to install the plugins automatically and run a local WP instance.