Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 364 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 364 Bytes

MojiScript IfElse Simple

MojiScript IfElse Simple example.

Install

# clone repository
git clone https://github.com/joelnet/MojiScript.git

# enter directory
cd MojiScript/examples/ifElse-simple

# install dependencies
npm ci

Run

# run if/else
npm run ifelse

# run conditional 1
npm run cond

# run conditional 2
npm run cond2