FFMS - Cronologias
====
#### FFMS - Cronologias - Lando

###### Lando is prepared

you need node v10.15.3, lando and docker

* create your .env.development.php file in the root

* merge the production upload folder on your local /public/uploads

* run lando
```bash
lando start
```

* import database using lando, first export the production/master database
```bash
lando db-import database-name.sql
```

* then run
```bash
lando composer install
```

* go to the route:
```bash
cd public/
```

* then run
```bash
npm install
npm run gulp
```

#### FFMS - Cronologias - Assets

Project is running with gulp. Before commit and push
You need to change the js and css version number in 2 places
```bash
app/views/frontend/includes/footer.blade.php
app/views/frontend/includes/head.blade.php
```

* then run in /public/
```bash
npm run gulp styles
npm run gulp jsprod
```
