diff --git a/ghost/signup-form/README.md b/ghost/signup-form/README.md index 3accb04260..93a8c8a244 100644 --- a/ghost/signup-form/README.md +++ b/ghost/signup-form/README.md @@ -11,7 +11,15 @@ Embed a Ghost signup form on any site. ### Running the development version -Run `yarn dev` to start the development server to test/develop the form standalone. This will generate a demo site from the `index.html` file which renders the app and makes it available on http://localhost:5137 +Run `yarn dev` to start the development server to test/develop the form standalone. +- This will generate a demo site on http://localhost:6173 +- This will build and watch the production build and host it on http://localhost:6174/signup-form.min.js (different port!) + +### Using the UMD build during development + +Vite by default only supports HRM with an ESM output. But when loading a script on a site as a ESM module (` + +
When you submit this one, it will throw an error.
+ + + +