Files
Compass/backend/email
Martin Braquet ba9b3cfb06 Add pretty formatting (#29)
* Test

* Add pretty formatting

* Fix Tests

* Fix Tests

* Fix Tests

* Fix

* Add pretty formatting fix

* Fix

* Test

* Fix tests

* Clean typeckech

* Add prettier check

* Fix api tsconfig

* Fix api tsconfig

* Fix tsconfig

* Fix

* Fix

* Prettier
2026-02-20 17:32:27 +01:00
..
2026-02-20 17:32:27 +01:00
2025-11-15 00:14:12 +01:00
2025-08-27 21:30:05 +02:00
2026-02-20 17:32:27 +01:00
2026-02-20 17:32:27 +01:00
2026-02-20 17:32:27 +01:00
2025-11-15 00:27:30 +01:00
2026-02-20 17:32:27 +01:00
2026-02-20 17:32:27 +01:00
Fix
2025-11-15 01:04:41 +01: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:

yarn install

Then, run the development server:

yarn dev

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

Notes

Right now, I can't make the email server run without breaking the backend API and web, as they require different versions of react.

To run the email server, temporarily install the deps in this folder. They require react 19.

yarn add -D @react-email/preview-server react-email

When you are done, reinstall react 18.2 by running yarn clean-install at the root so that you can run the backend and web servers again.

Useful commands