Files
Compass/backend/email/README.md
2026-03-01 19:47:36 +01:00

27 lines
476 B
Markdown

# 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:
```sh
yarn install
yarn setup // to install the correct next config in the .react-email folder, with the right aliases
```
Then, run the development server:
```sh
yarn dev
```
Open [localhost:3001](http://localhost:3001) with your browser to see the result.
## Useful commands
```bash
```