diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 3104c74..9d3c734 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: [driaug] +github: [ driaug ] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70065e9..776500f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,7 @@ Support can be asked in the `#contributions` channel of the [Plunk Discord serve - Copy the `.env.example` files in the `api`, `dashboard` and `prisma` folder to `.env` in their respective folders. ### 3. Start resources + - Run `yarn services:up` to start a local database and a local redis server. - Run `yarn migrate` to apply the migrations to the database. - Run `yarn build:shared` to build the shared package. diff --git a/README.md b/README.md index 6212bba..ab791da 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,30 @@
## Introduction -Plunk is an open-source email platform built on top of AWS SES. It allows you to easily send emails from your applications. -It can be considered as a self-hosted alternative to services like [SendGrid](https://sendgrid.com/), [Resend](https://resend.com) or [Mailgun](https://www.mailgun.com/). + +Plunk is an open-source email platform built on top of AWS SES. It allows you to easily send emails from your +applications. +It can be considered as a self-hosted alternative to services +like [SendGrid](https://sendgrid.com/), [Resend](https://resend.com) or [Mailgun](https://www.mailgun.com/). ## Features + - **Transactional Emails**: Send emails straight from your API - **Automations**: Create automations based on user actions - **Broadcasts**: Send newsletters and product updates to big audiences ## Self-hosting Plunk + The easiest way to self-host Plunk is by using the `driaug/plunk` Docker image. You can pull the latest image from [Docker Hub](https://hub.docker.com/r/driaug/plunk/). -A complete guide on how to deploy Plunk can be found in the [documentation](https://docs.useplunk.com/getting-started/self-hosting). +A complete guide on how to deploy Plunk can be found in +the [documentation](https://docs.useplunk.com/getting-started/self-hosting). + +## Contributing + +You are welcome to contribute to Plunk. You can find a guide on how to contribute in [CONTRIBUTING.md](CONTRIBUTING.md). + + +@@ -476,8 +476,8 @@ ${
- Are you sure you want to switch to{" "}
- {mode === "PLUNK" ? "HTML" : "the Plunk Editor"}?
This will
- clear your current content.
+ Are you sure you want to switch to {mode === "PLUNK" ? "HTML" : "the Plunk Editor"}?
This will clear your
+ current content.