Construct Diagrams

Before Continuing, it’s worth noting that Draw.io integration allows automatically generated diagrams to be generated from your code. To use this functionality, you will need to make sure you have the following requirements installed:

# Requirement
1 Download the draw.io desktop version installed in the host machine - it is used to generate diagrams by projen.
2 Download the desktop version and install to a preferred locaiton, take note of the path as it will be needed later e.g. “c/dev/draw.io” :
3 In your WSL session, edit the .bash_profile file code ~/.bash_profile and add the draw.io installation path to the PATH variable by adding the following line - PATH=$PATH:mnt/[PATH TO DRAWIO DIRECTORY]