Files
Matt Aitken 9ff4c0dbd5 Project-wide Prettier setup (#237)
* Setup project-wide prettier

* Remove old workspace file

* Remove old debugging directives

* New top-level .prettierignore

* Updated Prettier config settings

* Contrubuting guide: Fix for some bad code blocks

* Added more ignores

* Improved the format script command

* printWidth set to 100

* Formatted entire repo (pnpm run format)
2023-08-01 10:21:22 +01:00
..
2023-08-01 10:21:22 +01:00
2023-08-01 10:21:22 +01:00
2023-01-04 17:13:26 +00:00
2023-06-01 19:12:58 +01:00

Emails

Getting Started

  1. First, install the dependencies:
pnpm install --filter emails
  1. Then, run the development server:
pnpm run dev --filter emails

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