Files
feeddeck/supabase/email-templates
Rico Berger 6a1a21eec3 Update React Email (#264)
Update React Email to the latest version and add Dependabot
configuration to keep it up-to-date.
2025-05-17 16:42:10 +02:00
..
2023-09-03 16:16:38 +02:00
2025-05-17 16:42:10 +02:00
2025-05-17 16:42:10 +02:00
2025-05-17 16:42:10 +02:00
2023-09-03 16:16:38 +02:00
2025-05-17 16:42:10 +02:00

Email Templates

This folder contains all the email templates for Supabase. We are using React Email to build the templates.

Get Started

To use the templates you have to install all the dependencies first:

npm install

Then you can run the development server:

npm run dev

Open localhost:3000 with your browser to see the result.

To generate the HTML files for all templates run the following command. The HTML files can then be found in a folder named out.

npm run export