Skip to content
GuentherJulian edited this page Nov 5, 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. Install the dependencies (npm install)
  5. Execute the build script (buildRun.ps1 or buildRun.sh)

Clone this wiki locally