-
Notifications
You must be signed in to change notification settings - Fork 18
Setup
GuentherJulian edited this page Nov 24, 2020
·
7 revisions
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)