-
Notifications
You must be signed in to change notification settings - Fork 18
Setup
devonfw-core edited this page Jun 2, 2021
·
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
) - 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)