Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 629 Bytes

File metadata and controls

26 lines (19 loc) · 629 Bytes

Configuration Steps

Add Your API Key

  • Replace no-api-key in 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

Add Your Private Key

  • Replace the private key placeholder in jwt.php with your actual private key

  • Make sure it’s in PKCS8 format

  • Keep this key secure and never share it publicly

Running Your Project

  1. Start the server:

    php -S localhost:3000
  2. Open your browser to: http://localhost:3000

  3. You should see:

    • The {productname} editor

    • An "{pluginname}" button in the toolbar