Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 650 Bytes

readme.md

File metadata and controls

38 lines (25 loc) · 650 Bytes

Loops & Logic

All plugin features have been moved into the Template System module.

Source code

https://github.com/tangibleinc/loops-and-logic

Getting started

Pre-requisites: Node.js, PHP, Composer

git clone git@github.com:tangibleinc/loops-and-logic.git
cd loops-and-logic
npm install
composer install

Develop

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