HTML email templates for Netlify Identity, built with Tailwind CSS in Maizzle.
First, make sure you have installed the Maizzle CLI globally:
npm install -g @maizzle/cliThen, scaffold a new project with this Starter:
maizzle new maizzle/starter-netlify-identityDevelop locally:
maizzle serve
Build for production:
maizzle build production
After doing changes to the script, do the following:
npm run mail:buildto build email template for productionnpm run appwrite:buildto build appwrite function
To deploy the function to Appwrite, make sure to:
- Create function, if not created already
- Create deployment with manual code, providing file
appwrite-function.tar-gzand entrypointsrc/index.js - Define ENV variables from Function readme if not configured already
- Done 🥳 Now you can execute your function with proper input data (payload)
Maizzle documentation is available at https://maizzle.com