FFMS - Desigualdades
====
#### FFMS - Desigualdades - Lando

###### Lando is prepared

**Start local development**
Project frontend is running with gulp. Use Node 10.X

```bash 
    lando start
    lando composer install
    cd public
    npm install
    npm run gulp
```

#### FFMS - Desigualdades - Assets
* Before commit/push run in public folder

```bash 
    npm run gulp styles
    npm run gulp jsprod
```

* Before going to production increment app/config/app.php 'cssVersion' and 'jsVersion'
