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/cli
Then, scaffold a new project with this Starter:
maizzle new maizzle/starter-netlify-identity
Alternatively, you may clone this starter directly:
# remember to install dependencies with `npm install`
npx degit maizzle/starter-netlify-identity
Start a local development server:
npm run dev
Build for production:
npm run build
Maizzle documentation is available at https://maizzle.com