Skip to content

Setup Guide

Requirements

  • A code editor that supports PowerShell and XAML syntax
  • PowerShell 7
  • GitHub Desktop or Git

Installation Steps

Quick install required tools Using ITT:

  1. Click and Save as : Required tools.itt
  2. Open PowerShell and paste the following command:
Powershell
   iex "& { $(irm bit.ly/ittea) } -i -f .\requiredtools.itt"

Now wait for the installation to complete. After install all required tools open (Powershell 7) and paste the following command

Powershell
Set-Location "C:\Users\$env:USERNAME\Documents\Github\ITT"

You're now ready to contribute! 🚀