MojiScript IfElse Simple example.
# clone repository
git clone https://github.com/joelnet/MojiScript.git
# enter directory
cd MojiScript/examples/ifElse-simple
# install dependencies
npm ci
# run if/else
npm run ifelse
# run conditional 1
npm run cond
# run conditional 2
npm run cond2