i was playing around with ASCIINEMA and this recording demonstrates how to compile and run an Umfeld application from CLI:

cd umfeld-examples
ls
cd Basics
ls
cd minimal
ls
cmake -B build
cmake --build build --parallel
./build/minimal
echo "done ;)"
exit