mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-04-30 03:21:35 -05:00
29 lines
564 B
Markdown
29 lines
564 B
Markdown
# Email Templates
|
|
|
|
This folder contains all the email templates for Supabase. We are using
|
|
[React Email](https://react.email) to build the templates.
|
|
|
|
## Get Started
|
|
|
|
To use the templates you have to install all the dependencies first:
|
|
|
|
```sh
|
|
npm install
|
|
```
|
|
|
|
Then you can run the development server:
|
|
|
|
```sh
|
|
npm run dev
|
|
```
|
|
|
|
Open [localhost:3000](http://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`.
|
|
|
|
```sh
|
|
npm run export
|
|
```
|