Story Interleaving

Exercise: Interleaving two stories

Open your terminal and navigate to a directory where you have write permissions. Execute the following command and respond to the prompts:

$ provengo create story-interleaving

This will generate a directory named story-interleaving, which contains a hello_world.js file located in the spec/js subdirectory. Clear the existing content of this file (you can also rename it) and replace it with your content such that executing the command:

$ provengo analyze --style full -f pdf story-interleaving

generates the file story-interleaving/products/run-source/testSpace.pdf that look similar to:

Expected Test Space

If you get a different result, try to figure out what went wrong. If you get stuck, you can find the solution in the story-interleaving/solution directory.