This is the repo for the How to add PrismJS syntax highlighting to HTML emails Maizzle guide.
Install the Maizzle CLI:
npm install -g @maizzle/cli
Scaffold a new project with this starter:
maizzle new prismjs
Alternatively, you may clone this starter directly:
# remember to install dependencies with `npm install`
npx degit maizzle/starter-prismjs
Start a local development server:
npm run dev
Build for production:
npm run build
Maizzle documentation is available at https://maizzle.com