Skip to content
devonfw-core edited this page Jun 7, 2021 · 1 revision

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. Clone the tutorials repository in a folder next to the tutorial-compiler repository (git clone https://github.com/devonfw-forge/tutorials.git)
  4. Open a terminal and navigate into the cloned tutorial-compiler repository
  5. Install the dependencies (npm install)
  6. Execute the build script (localBuildRun.ps1 or localBuildRun.sh)
Clone this wiki locally