rallly/packages/emails
2024-01-19 14:23:07 +07:00
..
src ♻️ Remove use of context from email package (#981) 2024-01-17 10:33:30 +07:00
static 🐛 Fix emails package complaining about missing static folder (#915) 2023-10-25 13:51:13 +01:00
.eslintrc.js ♻️ Switch to app router (#922) 2023-11-06 09:15:49 +00:00
.gitignore ♻️ Refactor email templating code (#533) 2023-03-03 11:46:30 +00:00
package.json ♻️ Improve email abstraction (#863) 2023-09-15 20:24:46 +01:00
readme.md ♻️ Refactor email templating code (#533) 2023-03-03 11:46:30 +00:00
tsconfig.json 📦 Update and fix prettier config (#987) 2024-01-19 14:23:07 +07: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