diff --git a/web/plugin/README.md b/web/plugin/README.md new file mode 100644 index 0000000..96fc679 --- /dev/null +++ b/web/plugin/README.md @@ -0,0 +1,3 @@ +This package is part of the Conformal Framework! For high-level documentation and tutorials, please see [the main documentation website](https://russellmcc.github.io/conformal)! + +This package contains React hooks to connect your UIs to the parameters of the plug-in. diff --git a/web/scripts/README.md b/web/scripts/README.md new file mode 100644 index 0000000..8e018f2 --- /dev/null +++ b/web/scripts/README.md @@ -0,0 +1,3 @@ +This package is part of the Conformal Framework! For high-level documentation and tutorials, please see [the main documentation website](https://russellmcc.github.io/conformal)! + +This package contains build scripts for various common tasks for Conformal projects, including building audio plug-ins and installers.