Files
feeddeck/supabase/email-templates
dependabot[bot] a7c134e53c Bump the npm group in /supabase/email-templates (#230)
* Bump @babel/helpers from 7.25.0 to 7.26.10 in /supabase/email-templates

Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.0 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers)

---
updated-dependencies:
- dependency-name: "@babel/helpers"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Dependencies

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ricoberger <mail@ricoberger.de>
2025-03-16 15:04:53 +01:00
..
2023-09-03 16:16:38 +02:00
2023-09-03 16:16:38 +02:00
2023-09-03 16:16:38 +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