rallly/packages/emails
2025-02-13 11:26:42 +07:00
..
locales 🌐 New Crowdin updates (#1556) 2025-02-13 11:26:42 +07:00
src 🌐 Make discount value a parameter (#1557) 2025-02-12 11:42:39 +07:00
.eslintrc.js 🎨 Add linting and prettier to more places (#1432) 2024-11-09 15:43:25 +00:00
.gitignore ♻️ Refactor email templating code (#533) 2023-03-03 11:46:30 +00:00
i18next-scanner.config.js Translations for Email Notifications (#1278) 2024-09-02 19:30:58 +01:00
i18next.d.ts 🧑‍💻 Update i18next types (#1453) 2024-12-01 23:51:49 +00:00
package.json 🔥 Remove preview-email (#1416) 2024-10-30 21:39:41 +00:00
readme.md ♻️ Refactor email templating code (#533) 2023-03-03 11:46:30 +00:00
tsconfig.json 🧑‍💻 Update i18next types (#1453) 2024-12-01 23:51:49 +00:00
yarn.lock ♻️ Refactor email templating code (#533) 2023-03-03 11:46:30 +00:00

React Email Starter

A live preview right in your browser so you don't need to keep sending real emails during development.

Getting Started

First, install the dependencies:

npm install
# or
yarn

Then, run the development server:

npm run dev
# or
yarn dev

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

License

MIT License