You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »



Tips/Tricks/How-Tos:


Adding images 

  • Put the images into the ./spec folder where your main content (or in a sub-folder like ./spec/images )
  • Reference these using regular image markdown:
    ![alternate text/title](./images/highlevel.png)

Rendering Locally

Run the following in your terminal (you will need to npm install before this will work):

One-time Render: npm run render  

Constant Render: npm run edit 


  • No labels