-
Notifications
You must be signed in to change notification settings - Fork 37
Setup
devonfw-core edited this page Jun 7, 2021
·
1 revision
Carry out the following steps to use the tutorial compiler:
- Clone this repository
- Install typescript if not already installed (
npm install -g typescript
) - Clone the tutorials repository in a folder next to the tutorial-compiler repository (
git clone https://github.com/devonfw-forge/tutorials.git
) - Open a terminal and navigate into the cloned tutorial-compiler repository
- Install the dependencies (
npm install
) - Execute the build script (localBuildRun.ps1 or localBuildRun.sh)