# Loops & Logic

All plugin features have been moved into the [Template System module](https://github.com/tangibleinc/template-system).

#### Source code

https://bitbucket.org/tangibleinc/loops-and-logic

## Getting started

Pre-requisites: [Node.js](https://nodejs.org/en/), [PHP](https://www.php.net/), [Composer](https://getcomposer.org/)

```sh
git clone git@bitbucket.org:tangibleinc/loops-and-logic.git
cd loops-and-logic
npm install
composer install
```

## Develop

Build for development - watch files for changes and rebuild

```sh
npm run dev
```

Build for production

```sh
npm run build
```

Format to code standard

```sh
npm run format
```
