starter-netlify-identity
starter-netlify-identity copied to clipboard
Netlify Identity HTML email templates.
About
HTML email templates for Netlify Identity, built with Tailwind CSS in Maizzle.
Getting started
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
Development
Start a local development server:
npm run dev
Build for production:
npm run build
Documentation
Maizzle documentation is available at https://maizzle.com