diff --git a/README.md b/README.md index 9914e4e..1454a6f 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ line of code at a time. 🚀 - LinkedIn https://www.linkedin.com/company/isomera - Discord https://discord.gg/T3CBgm8yPT +## Tutorials + +- Brief introduction into projects structure + https://isomera.blog/project-structure-philosophy-and-hot-to-run-isomera-2023-12-08/ + ## Content - [Global Configuration & Options](docs/Configuration.md) diff --git a/apps/api/mailer/templates/mailer/templates/email-confirmation.hbs b/apps/api/mailer/templates/mailer/templates/email-confirmation.hbs deleted file mode 100644 index 0802c59..0000000 --- a/apps/api/mailer/templates/mailer/templates/email-confirmation.hbs +++ /dev/null @@ -1,9 +0,0 @@ -
-

Hello {{name}}

- -

- {{code}} -

- -

If you did not request this email you can safely ignore it.

-
\ No newline at end of file diff --git a/apps/api/mailer/templates/mailer/templates/password-reset-code.hbs b/apps/api/mailer/templates/mailer/templates/password-reset-code.hbs deleted file mode 100644 index 22758fe..0000000 --- a/apps/api/mailer/templates/mailer/templates/password-reset-code.hbs +++ /dev/null @@ -1,9 +0,0 @@ -
-

Hello {{name}}

- -

- {{code}} -

- -

If you did not request this email you can safely ignore it.

-
\ No newline at end of file diff --git a/apps/api/mailer/templates/mailer/templates/welcome.hbs b/apps/api/mailer/templates/mailer/templates/welcome.hbs deleted file mode 100644 index 1c41e91..0000000 --- a/apps/api/mailer/templates/mailer/templates/welcome.hbs +++ /dev/null @@ -1,13 +0,0 @@ -
Dear, {{user.firstName}}
, - -

- Welcome to Isomera, a SaaS starter! -
- Kind regards, -
- Isomera team -
- hi@isomera.com -
- https://isomera.com -

\ No newline at end of file