You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GuentherJulian edited this page Nov 24, 2020
·
7 revisions
Download and setup
Carry out the following steps to use the tutorial compiler:
Clone this repository
Install typescript if not already installed (npm install -g typescript)
Open a terminal and navigate to the cloned repository
Clone the tutorials repository into the compiler repository and name the directory 'playbooks' (git clone https://github.com/devonfw-forge/tutorials.git playbooks)
Install the dependencies (npm install)
Execute the build script (buildRun.ps1 or buildRun.sh)