/starter-markdown

Generate HTML emails from Markdown files

Primary LanguageHTMLMIT LicenseMIT

Maizzle Starter

Markdown Starter

About

This is a Markdown starter project for Maizzle, it shows how to generate HTML emails from Markdown files.

See the detailed guide for more information:

How to create an HTML email newsletter from Markdown files

Getting Started

Clone this starter:

npx degit maizzle/starter-markdown my-project

Install dependencies:

cd my-project

npm install

Start local development:

npm run dev

Build emails for production:

npm run build

Documentation

Maizzle documentation is available at https://maizzle.com

License

The Maizzle framework is open-sourced software licensed under the MIT license.