AppFlowy-Cloud/email_template/README.md

38 lines
910 B
Markdown

<div align="center">
<p>
<a href="https://maizzle.com" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/maizzle/maizzle/raw/master/.github/logo-dark.svg">
<img alt="Maizzle Starter" src="https://github.com/maizzle/maizzle/raw/master/.github/logo-light.svg" width="300" height="225" style="max-width: 100%;">
</picture>
</a>
</p>
<p>Quickly build HTML emails with Tailwind CSS</p>
<div>
[![Version][npm-version-shield]][npm]
[![Build][github-ci-shield]][github-ci]
[![Downloads][npm-stats-shield]][npm-stats]
[![License][license-shield]][license]
</div>
</div>
## Development
Run this command and follow the prompts
```bash
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
```bash
npm run build
```