# bl-post-office

## Install

- npm i
- to develop you must also do: npm i gulp-cli -g

## Documentation

### Email

[Receipt](docs/email/receipt.md)

## folderstructure

- to test json output with mustache, the name and folder structure in
  `src/email/json` must match the file you want to map in `src/email/pages`.
  Example: to have example json data into the page `src/email/pages/reminder/reminder.mjml`,
  you must have a file named `src/email/json/reminder/reminder.json`
