* chore: import mailer * chore: update template * chore: config template * fix: add missing config parameter * chore: update template * chore: show error with task id * chore: show error with task id --------- Co-authored-by: khorshuheng <solemnpriest@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| config.js | ||
| config.production.js | ||
| package.json | ||
| tailwind.config.js | ||
README.md
Quickly build HTML emails with Tailwind CSS
[![Version][npm-version-shield]][npm] [![Build][github-ci-shield]][github-ci] [![Downloads][npm-stats-shield]][npm-stats] [![License][license-shield]][license]
Development
Run this command and follow the prompts
npm install
npm run dev
Build
Run this command to build the project to generate the final output in the assets/mailer_templates/build_production folder
npm run build