mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-22 04:17:11 +02:00
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.8 to 6.9.9. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.8...v6.9.9) --- updated-dependencies: - dependency-name: nodemailer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
package.json | ||
readme.md | ||
tsconfig.json | ||
yarn.lock |
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