# Loops & Logic

All plugin features have been moved into the [Template System module](/modules/template-system).

#### Source code

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


## Getting started

```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
```


