Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.
# install the CLI globally
npm i -g @maizzle/cli
# create project wizard
maizzle new
# open it in your editor
cd maizzle && code .
# start development
maizzle serve
# build for production
maizzle build production
Maizzle documentation is available at https://maizzle.com
Please open all issues in the framework repository.
The Maizzle framework is open-sourced software licensed under the MIT license.