-
Replace
no-api-keyin both files with your actual {productname} API key -
The API key should be the same in both the HTML script source and the JWT payload
-
Replace the private key placeholder in
jwt.phpwith your actual private key -
Make sure it’s in
PKCS8format -
Keep this key secure and never share it publicly
-
Start the server:
php -S localhost:3000
-
Open your browser to:
http://localhost:3000 -
You should see:
-
The {productname} editor
-
An "{pluginname}" button in the toolbar
-