All plugin features have been moved into the Template System module.
https://github.com/tangibleinc/loops-and-logic
Pre-requisites: Node.js, PHP, Composer
git clone git@github.com:tangibleinc/loops-and-logic.git
cd loops-and-logic
npm install
composer install
Build for development - watch files for changes and rebuild
npm run dev
Build for production
npm run build
Format to code standard
npm run format