Deploy Math is a PowerShell module/library for building and deploying the Teaching Textbooks Math v4 products.
Using PowerShell, run the following commands. Use the Git Clone link provided form Bitbucket instead of the example.
$ModulePath = '~/Documents/PowerShell/Modules'
if ((Test-Path $ModulePath) -eq $false) { mkdir $ModulePath }
cd $ModulePath
git clone ...
Build-Math
Build-Math m3 -UpdateRepos
Example 3: Build various products after updating their Git repositories, and then deploy the payloads to Dropbox
Build-Math m6 a1 pc -UpdateRepos -Deploy