chore: Update Faust.js tutorial example setup and docs #2220
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the Faust.js tutorial example to use
wp-envwith Docker for managing the WordPress backend instead of the previouswp-nowapproach. It introduces new configuration and setup files, updates documentation, and removes obsolete files to streamline the developer experience. The most important changes are grouped below:Migration to wp-env and Docker-based WordPress setup:
.wp-env.jsonconfiguration to specify plugins, PHP version, mappings, and lifecycle scripts for the WordPress environment.wp-env/setup/.htaccessto enable CORS headers and provide WordPress rewrite rules for the Docker-based environment.8888for WordPress instead of8881, reflecting the new setup. [1] [2] [3] [4] [5] [6]Project initialization and documentation improvements:
README.mdwith prerequisites, step-by-step quick start instructions, command reference, and project structure overview.package.jsonwith scripts for managing the tutorial and WordPress environment, dependencies, and overrides.Cleanup of obsolete files:
faust-tutorial-blueprint.jsonused bywp-now, as it is no longer needed with the newwp-envworkflow.Fixes #2211