Skip to content
GuentherJulian edited this page Nov 24, 2020 · 7 revisions

Download and setup

Carry out the following steps to use the tutorial compiler:

  1. Clone this repository
  2. Install typescript if not already installed (npm install -g typescript)
  3. Open a terminal and navigate to the cloned repository
  4. Clone the tutorials repository into the compiler repository and name the directory 'playbooks' (git clone https://github.com/devonfw-forge/tutorials.git playbooks)
  5. Install the dependencies (npm install)
  6. Execute the build script (buildRun.ps1 or buildRun.sh)

Clone this wiki locally