WebPrototypingTool Export App

October 4, 2021 ยท View on GitHub

The WebPrototypingTool export app is minimal application that supports hosting the WebPrototypingTool renderer and render outlet applications and loading a WebPrototypingTool project from a static JSON file.

For full documentation, visit: https://docs.google.com/document/d/1Ih8xKuu3ttv5Lff-L_aRj8O94o9fbbdN1ZUrG16Tuz8

Debugging

To start the cd-export app run npm run start:export from the root of the repository.

To debug a particular project, you can download a zip of the project from WebPrototypingTool main app. Open the zip and paste the all of the contents of the assets directory of the zip file into the assets directory of cd-export, then start the export app.