/loops-and-logic

A template system for WordPress with content type loops and conditions

Primary LanguageJavaScript

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