mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05: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